#4388D4

Color #4388D4 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #4388D4

Tints of Havelock Blue #4388D4

Color information

#4388D4 (or 0x4388D4) is unknown color: approx Havelock Blue. HEX triplet: 43, 88 and D4. RGB value is (67,136,212). Sum of RGB (Red+Green+Blue) = 67+136+212=415 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.14% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 212 (83.20% from 255 or 51.08% from 415); Max value from RGB is 212 - color contains mainly: blue. Hex color #4388D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4388D4 is #BC772B. Grayscale: #7B7B7B. Windows color (decimal): -12351276 or 13928515. OLE color: 13928515.

HSL color Cylindrical-coordinate representation of color #4388D4: hue angle of 211.45º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4388D4 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB67136212-
CMYK0.680.3600.17
HSL211.45º62.77%54.71%-
HSV(B)211.45º68.4%83.14%-
XYZ2323.5665.62-
YUV124.03177.6487.32-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.14%
GREEN value IS 136 (53.52% from 255) = 32.77%
BLUE value IS 212 (83.20% from 255) = 51.08%
R=16.14%
G=32.77%
B=51.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal671362120.680.3600.17211.4562.7754.71
Hex4388D44424011d33f37
Octal103210324104440213237767
Binary10000111000100011010100100010010010001000111010011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4388D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4388D4; }

 p { color: rgb(67,136,212); }

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

<style>
 a { background-color: #4388D4; }

 a { background-color: rgb(67,136,212); }

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

<style>
 span { border-color: #4388D4; }

 span { border-color: rgb(67,136,212); }

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