Html Css Color HEX #4388DB Havelock Blue

📋 copy color: '#4388DB'

red 67 ◦ green 136 ◦ blue 219

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

Shades of Havelock Blue #4388DB

Tints of Havelock Blue #4388DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.9%

R = 15.88%
G = 32.23%
B = 51.9%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4388DB (or 0x4388DB) is known color: Havelock Blue. HEX triplet: 43, 88 and DB. RGB value is (67,136,219). Sum of RGB (Red+Green+Blue) = 67+136+219=422 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.88% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #4388DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4388DB is #BC7724. Grayscale: #7C7C7C. Windows color (decimal): -12351269 or 14387267. OLE color: 14387267.

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

Color convert

RGB 67 136 219 -
CMYK 0.69 0.38 0 0.14
HSL 212.76º 0.68% 0.56% -
HSV(B) 212.76º 0.69% 0.86% -
XYZ 23.91 23.92 70.37 -
YUV 124.83 181.14 86.75 -
System Red Green Blue C M Y K H S L
Decimal 67 136 219 0.69 0.38 0 0.14 212.76 0.68 0.56
Hex 43 88 DB 45 26 0 E D5 44 38
Octal 103 210 333 105 46 0 16 325 104 70
Binary 1000011 10001000 11011011 1000101 100110 0 1110 11010101 1000100 111000

Color Harmonies of #4388DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4388DB

Black with #4388DB

Text Example


Text Example

White with #4388DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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