#417BCD

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

Shades of Havelock Blue #417BCD

Tints of Havelock Blue #417BCD

Color information

#417BCD (or 0x417BCD) is unknown color: approx Havelock Blue. HEX triplet: 41, 7B and CD. RGB value is (65,123,205). Sum of RGB (Red+Green+Blue) = 65+123+205=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #417BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417BCD is #BE8432. Grayscale: #727272. Windows color (decimal): -12485683 or 13466433. OLE color: 13466433.

HSL color Cylindrical-coordinate representation of color #417BCD: hue angle of 215.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #417BCD is Cyan = 0.68, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB65123205-
CMYK0.680.400.20
HSL215.14º58.33%52.94%-
HSV(B)215.14º68.29%80.39%-
XYZ20.2819.760.49-
YUV115.01178.7892.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.54%
GREEN value IS 123 (48.44% from 255) = 31.30%
BLUE value IS 205 (80.47% from 255) = 52.16%
R=16.54%
G=31.30%
B=52.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal651232050.680.400.20215.1458.3352.94
Hex417BCD4428014d73a35
Octal101173315104500243277265
Binary1000001111101111001101100010010100001010011010111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417BCD; }

 p { color: rgb(65,123,205); }

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

<style>
 a { background-color: #417BCD; }

 a { background-color: rgb(65,123,205); }

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

<style>
 span { border-color: #417BCD; }

 span { border-color: rgb(65,123,205); }

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