#4193CD

Color #4193CD Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #4193CD

Tints of Curious Blue #4193CD

Color information

#4193CD (or 0x4193CD) is unknown color: approx Curious Blue. HEX triplet: 41, 93 and CD. RGB value is (65,147,205). Sum of RGB (Red+Green+Blue) = 65+147+205=417 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.59% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #4193CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4193CD is #BE6C32. Grayscale: #808080. Windows color (decimal): -12479539 or 13472577. OLE color: 13472577.

HSL color Cylindrical-coordinate representation of color #4193CD: hue angle of 204.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4193CD is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB65147205-
CMYK0.680.2800.20
HSL204.86º58.33%52.94%-
HSV(B)204.86º68.29%80.39%-
XYZ23.6326.461.61-
YUV129.09170.8382.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 15.59%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 205 (80.47% from 255) = 49.16%
R=15.59%
G=35.25%
B=49.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal651472050.680.2800.20204.8658.3352.94
Hex4193CD441C014cd3a35
Octal101223315104340243157265
Binary1000001100100111100110110001001110001010011001101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4193CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4193CD; }

 p { color: rgb(65,147,205); }

 H1.HeaderClassName
 {
   color: #4193CD;
 }
 .AnyTagClassName
 {
   color: #4193CD;
 }
</style>
background-color css

<style>
 a { background-color: #4193CD; }

 a { background-color: rgb(65,147,205); }

 div.DivClassName
 {
   background-color: #4193CD;
 }
 .BgClassName
 {
   background-color: #4193CD;
 }
</style>
border-color css

<style>
 span { border-color: #4193CD; }

 span { border-color: rgb(65,147,205); }

 td.TdClassName
 {
   border-color: #4193CD;
 }
 .TagClassName
 {
   border-color: #4193CD;
 }
</style>