#438ADB

Color #438ADB Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #438ADB

Tints of Havelock Blue #438ADB

Color information

#438ADB (or 0x438ADB) is unknown color: approx Havelock Blue. HEX triplet: 43, 8A and DB. RGB value is (67,138,219). Sum of RGB (Red+Green+Blue) = 67+138+219=424 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.80% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #438ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438ADB is #BC7524. Grayscale: #7D7D7D. Windows color (decimal): -12350757 or 14387779. OLE color: 14387779.

HSL color Cylindrical-coordinate representation of color #438ADB: hue angle of 211.97º 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 #438ADB is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB67138219-
CMYK0.690.3700.14
HSL211.97º67.86%56.08%-
HSV(B)211.97º69.41%85.88%-
XYZ24.1924.4870.47-
YUV126180.4885.91-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 15.80%
GREEN value IS 138 (54.30% from 255) = 32.55%
BLUE value IS 219 (85.94% from 255) = 51.65%
R=15.80%
G=32.55%
B=51.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal671382190.690.3700.14211.9767.8656.08
Hex438ADB45250Ed44438
Octal1032123331054501632410470
Binary10000111000101011011011100010110010101110110101001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438ADB; }

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

 H1.HeaderClassName
 {
   color: #438ADB;
 }
 .AnyTagClassName
 {
   color: #438ADB;
 }
</style>
background-color css

<style>
 a { background-color: #438ADB; }

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

 div.DivClassName
 {
   background-color: #438ADB;
 }
 .BgClassName
 {
   background-color: #438ADB;
 }
</style>
border-color css

<style>
 span { border-color: #438ADB; }

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

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