#3F8ADB

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

Shades of Havelock Blue #3F8ADB

Tints of Havelock Blue #3F8ADB

Color information

#3F8ADB (or 0x3F8ADB) is unknown color: approx Havelock Blue. HEX triplet: 3F, 8A and DB. RGB value is (63,138,219). Sum of RGB (Red+Green+Blue) = 63+138+219=420 (55% of max value = 765). Red value is 63 (25% from 255 or 15% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #3F8ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F8ADB is #C07524. Grayscale: #7C7C7C. Windows color (decimal): -12612901 or 14387775. OLE color: 14387775.

HSL color Cylindrical-coordinate representation of color #3F8ADB: hue angle of 211.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F8ADB is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB63138219-
CMYK0.710.3700.14
HSL211.15º68.42%55.29%-
HSV(B)211.15º71.23%85.88%-
XYZ23.9224.3570.46-
YUV124.81181.1583.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15%
GREEN value IS 138 (54.30% from 255) = 32.86%
BLUE value IS 219 (85.94% from 255) = 52.14%
R=15%
G=32.86%
B=52.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal631382190.710.3700.14211.1568.4255.29
Hex3F8ADB47250Ed34437
Octal772123331074501632310467
Binary1111111000101011011011100011110010101110110100111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F8ADB; }

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

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

<style>
 a { background-color: #3F8ADB; }

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

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

<style>
 span { border-color: #3F8ADB; }

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

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