#4396C3

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

Shades of Curious Blue #4396C3

Tints of Curious Blue #4396C3

Color information

#4396C3 (or 0x4396C3) is unknown color: approx Curious Blue. HEX triplet: 43, 96 and C3. RGB value is (67,150,195). Sum of RGB (Red+Green+Blue) = 67+150+195=412 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.26% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 195 (76.56% from 255 or 47.33% from 412); Max value from RGB is 195 - color contains mainly: blue. Hex color #4396C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4396C3 is #BC693C. Grayscale: #828282. Windows color (decimal): -12347709 or 12817987. OLE color: 12817987.

HSL color Cylindrical-coordinate representation of color #4396C3: hue angle of 201.09º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4396C3 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB67150195-
CMYK0.660.2300.24
HSL201.09º51.61%51.37%-
HSV(B)201.09º65.64%76.47%-
XYZ23.0726.9555.61-
YUV130.31164.582.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.26%
GREEN value IS 150 (58.98% from 255) = 36.41%
BLUE value IS 195 (76.56% from 255) = 47.33%
R=16.26%
G=36.41%
B=47.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal671501950.660.2300.24201.0951.6151.37
Hex4396C34217018c93433
Octal103226303102270303116463
Binary1000011100101101100001110000101011101100011001001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4396C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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