#4384D0

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

Shades of Havelock Blue #4384D0

Tints of Havelock Blue #4384D0

Color information

#4384D0 (or 0x4384D0) is unknown color: approx Havelock Blue. HEX triplet: 43, 84 and D0. RGB value is (67,132,208). Sum of RGB (Red+Green+Blue) = 67+132+208=407 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.46% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #4384D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4384D0 is #BC7B2F. Grayscale: #787878. Windows color (decimal): -12352304 or 13665347. OLE color: 13665347.

HSL color Cylindrical-coordinate representation of color #4384D0: hue angle of 212.34º 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 #4384D0 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB67132208-
CMYK0.680.3700.18
HSL212.34º60%53.92%-
HSV(B)212.34º67.79%81.57%-
XYZ21.9522.2562.81-
YUV121.23176.9789.32-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.46%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 208 (81.64% from 255) = 51.11%
R=16.46%
G=32.43%
B=51.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal671322080.680.3700.18212.346053.92
Hex4384D04425012d43c36
Octal103204320104450223247466
Binary10000111000010011010000100010010010101001011010100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4384D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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