Html Css Color HEX #4384CD Havelock Blue

📋 copy color: '#4384CD'

red 67 ◦ green 132 ◦ blue 205

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

Shades of Havelock Blue #4384CD

Tints of Havelock Blue #4384CD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.67%

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 16.58%
G = 32.67%
B = 50.74%

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

#4384CD (or 0x4384CD) is known color: Havelock Blue. HEX triplet: 43, 84 and CD. RGB value is (67,132,205). Sum of RGB (Red+Green+Blue) = 67+132+205=404 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.58% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #4384CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4384CD is #BC7B32. Grayscale: #787878. Windows color (decimal): -12352307 or 13468739. OLE color: 13468739.

HSL color Cylindrical-coordinate representation of color #4384CD: hue angle of 211.74º degrees, saturation: 0.58, 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 #4384CD is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 67 132 205 -
CMYK 0.67 0.36 0 0.20
HSL 211.74º 0.58% 0.53% -
HSV(B) 211.74º 0.67% 0.8% -
XYZ 21.59 22.1 60.89 -
YUV 120.89 175.47 89.56 -
System Red Green Blue C M Y K H S L
Decimal 67 132 205 0.67 0.36 0 0.20 211.74 0.58 0.53
Hex 43 84 CD 43 24 0 14 D4 3A 35
Octal 103 204 315 103 44 0 24 324 72 65
Binary 1000011 10000100 11001101 1000011 100100 0 10100 11010100 111010 110101

Color Harmonies of #4384CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4384CD

Black with #4384CD

Text Example


Text Example

White with #4384CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4384CD;
 }
 .AnyTagClassName
 {
   color: #4384CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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