Html Css Color HEX #4381CB Havelock Blue

📋 copy color: '#4381CB'

red 67 ◦ green 129 ◦ blue 203

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

Shades of Havelock Blue #4381CB

Tints of Havelock Blue #4381CB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.33%

 BLUE value IS 203 (79.69% from 255) = 50.88%

R = 16.79%
G = 32.33%
B = 50.88%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4381CB (or 0x4381CB) is known color: Havelock Blue. HEX triplet: 43, 81 and CB. RGB value is (67,129,203). Sum of RGB (Red+Green+Blue) = 67+129+203=399 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.79% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #4381CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4381CB is #BC7E34. Grayscale: #767676. Windows color (decimal): -12353077 or 13336899. OLE color: 13336899.

HSL color Cylindrical-coordinate representation of color #4381CB: hue angle of 212.65º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4381CB is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 67 129 203 -
CMYK 0.67 0.36 0 0.20
HSL 212.65º 0.57% 0.53% -
HSV(B) 212.65º 0.67% 0.8% -
XYZ 20.94 21.21 59.49 -
YUV 118.9 175.46 90.98 -
System Red Green Blue C M Y K H S L
Decimal 67 129 203 0.67 0.36 0 0.20 212.65 0.57 0.53
Hex 43 81 CB 43 24 0 14 D5 39 35
Octal 103 201 313 103 44 0 24 325 71 65
Binary 1000011 10000001 11001011 1000011 100100 0 10100 11010101 111001 110101

Color Harmonies of #4381CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4381CB

Black with #4381CB

Text Example


Text Example

White with #4381CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4381CB; }

 p { color: rgb(67,129,203); }

 H1.HeaderClassName
 {
   color: #4381CB;
 }
 .AnyTagClassName
 {
   color: #4381CB;
 }
</style>

background-color css

<style>
 a { background-color: #4381CB; }

 a { background-color: rgb(67,129,203); }

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

border-color css

<style>
 span { border-color: #4381CB; }

 span { border-color: rgb(67,129,203); }

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