Html Css Color HEX #4384D0 Havelock Blue

📋 copy color: '#4384D0'

red 67 ◦ green 132 ◦ blue 208

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

Shades of Havelock Blue #4384D0

Tints of Havelock Blue #4384D0

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 value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4384D0 (or 0x4384D0) is known color: 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

RGB 67 132 208 -
CMYK 0.68 0.37 0 0.18
HSL 212.34º 0.6% 0.54% -
HSV(B) 212.34º 0.68% 0.82% -
XYZ 21.95 22.25 62.81 -
YUV 121.23 176.97 89.32 -
System Red Green Blue C M Y K H S L
Decimal 67 132 208 0.68 0.37 0 0.18 212.34 0.6 0.54
Hex 43 84 D0 44 25 0 12 D4 3C 36
Octal 103 204 320 104 45 0 22 324 74 66
Binary 1000011 10000100 11010000 1000100 100101 0 10010 11010100 111100 110110

Color Harmonies of #4384D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4384D0

Black with #4384D0

Text Example


Text Example

White with #4384D0

Text Example


Text Example

HTML Codes & Css Web 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>