#4396CA

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

Shades of Curious Blue #4396CA

Tints of Curious Blue #4396CA

Color information

#4396CA (or 0x4396CA) is unknown color: approx Curious Blue. HEX triplet: 43, 96 and CA. RGB value is (67,150,202). Sum of RGB (Red+Green+Blue) = 67+150+202=419 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.99% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #4396CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4396CA is #BC6935. Grayscale: #828282. Windows color (decimal): -12347702 or 13276739. OLE color: 13276739.

HSL color Cylindrical-coordinate representation of color #4396CA: hue angle of 203.11º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4396CA is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB67150202-
CMYK0.670.2600.21
HSL203.11º56.02%52.75%-
HSV(B)203.11º66.83%79.22%-
XYZ23.8827.2759.88-
YUV131.1116882.27-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.99%
GREEN value IS 150 (58.98% from 255) = 35.80%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=15.99%
G=35.80%
B=48.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal671502020.670.2600.21203.1156.0252.75
Hex4396CA431A015cb3835
Octal103226312103320253137065
Binary1000011100101101100101010000111101001010111001011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4396CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4396CA; }

 p { color: rgb(67,150,202); }

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

<style>
 a { background-color: #4396CA; }

 a { background-color: rgb(67,150,202); }

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

<style>
 span { border-color: #4396CA; }

 span { border-color: rgb(67,150,202); }

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