#417CCC

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

Shades of Havelock Blue #417CCC

Tints of Havelock Blue #417CCC

Color information

#417CCC (or 0x417CCC) is unknown color: approx Havelock Blue. HEX triplet: 41, 7C and CC. RGB value is (65,124,204). Sum of RGB (Red+Green+Blue) = 65+124+204=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #417CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417CCC is #BE8333. Grayscale: #737373. Windows color (decimal): -12485428 or 13401153. OLE color: 13401153.

HSL color Cylindrical-coordinate representation of color #417CCC: hue angle of 214.53º 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 #417CCC is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB65124204-
CMYK0.680.3900.2
HSL214.53º57.68%52.75%-
HSV(B)214.53º68.14%80%-
XYZ20.2919.959.9-
YUV115.48177.9592-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.54%
GREEN value IS 124 (48.83% from 255) = 31.55%
BLUE value IS 204 (80.08% from 255) = 51.91%
R=16.54%
G=31.55%
B=51.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal651242040.680.3900.2214.5357.6852.75
Hex417CCC4427014d73a35
Octal101174314104470243277265
Binary1000001111110011001100100010010011101010011010111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,124,204); }

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

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

 a { background-color: rgb(65,124,204); }

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

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

 span { border-color: rgb(65,124,204); }

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