#4382D0

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

Shades of Havelock Blue #4382D0

Tints of Havelock Blue #4382D0

Color information

#4382D0 (or 0x4382D0) is unknown color: approx Havelock Blue. HEX triplet: 43, 82 and D0. RGB value is (67,130,208). Sum of RGB (Red+Green+Blue) = 67+130+208=405 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.54% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #4382D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4382D0 is #BC7D2F. Grayscale: #777777. Windows color (decimal): -12352816 or 13664835. OLE color: 13664835.

HSL color Cylindrical-coordinate representation of color #4382D0: hue angle of 213.19º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4382D0 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB67130208-
CMYK0.680.3800.18
HSL213.19º60%53.92%-
HSV(B)213.19º67.79%81.57%-
XYZ21.6821.7162.72-
YUV120.06177.6390.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.54%
GREEN value IS 130 (51.17% from 255) = 32.10%
BLUE value IS 208 (81.64% from 255) = 51.36%
R=16.54%
G=32.10%
B=51.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal671302080.680.3800.18213.196053.92
Hex4382D04426012d53c36
Octal103202320104460223257466
Binary10000111000001011010000100010010011001001011010101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4382D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4382D0; }

 p { color: rgb(67,130,208); }

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

<style>
 a { background-color: #4382D0; }

 a { background-color: rgb(67,130,208); }

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

<style>
 span { border-color: #4382D0; }

 span { border-color: rgb(67,130,208); }

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