Html Css Color HEX #4388DC Havelock Blue

📋 copy color: '#4388DC'

red 67 ◦ green 136 ◦ blue 220

#4388DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #4388DC

Tints of Havelock Blue #4388DC

RGB

 RED value IS 67 (26.56% from 255) = 15.84%

 GREEN value IS 136 (53.52% from 255) = 32.15%

 BLUE value IS 220 (86.33% from 255) = 52.01%

R = 15.84%
G = 32.15%
B = 52.01%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4388DC (or 0x4388DC) is known color: Havelock Blue. HEX triplet: 43, 88 and DC. RGB value is (67,136,220). Sum of RGB (Red+Green+Blue) = 67+136+220=423 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.84% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #4388DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4388DC is #BC7723. Grayscale: #7C7C7C. Windows color (decimal): -12351268 or 14452803. OLE color: 14452803.

HSL color Cylindrical-coordinate representation of color #4388DC: hue angle of 212.94º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4388DC is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 67 136 220 -
CMYK 0.70 0.38 0 0.14
HSL 212.94º 0.69% 0.56% -
HSV(B) 212.94º 0.7% 0.86% -
XYZ 24.04 23.97 71.07 -
YUV 124.95 181.64 86.67 -
System Red Green Blue C M Y K H S L
Decimal 67 136 220 0.70 0.38 0 0.14 212.94 0.69 0.56
Hex 43 88 DC 46 26 0 E D5 45 38
Octal 103 210 334 106 46 0 16 325 105 70
Binary 1000011 10001000 11011100 1000110 100110 0 1110 11010101 1000101 111000

Color Harmonies of #4388DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4388DC

Black with #4388DC

Text Example


Text Example

White with #4388DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4388DC;
 }
 .AnyTagClassName
 {
   color: #4388DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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