#417ACA

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

Shades of Havelock Blue #417ACA

Tints of Havelock Blue #417ACA

Color information

#417ACA (or 0x417ACA) is unknown color: approx Havelock Blue. HEX triplet: 41, 7A and CA. RGB value is (65,122,202). Sum of RGB (Red+Green+Blue) = 65+122+202=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #417ACA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417ACA is #BE8535. Grayscale: #717171. Windows color (decimal): -12485942 or 13269569. OLE color: 13269569.

HSL color Cylindrical-coordinate representation of color #417ACA: hue angle of 215.04º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #417ACA is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB65122202-
CMYK0.680.4000.21
HSL215.04º56.38%52.35%-
HSV(B)215.04º67.82%79.22%-
XYZ19.819.3158.56-
YUV114.08177.6293-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.71%
GREEN value IS 122 (48.05% from 255) = 31.36%
BLUE value IS 202 (79.30% from 255) = 51.93%
R=16.71%
G=31.36%
B=51.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal651222020.680.4000.21215.0456.3852.35
Hex417ACA4428015d73834
Octal101172312104500253277064
Binary1000001111101011001010100010010100001010111010111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,122,202); }

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

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

 a { background-color: rgb(65,122,202); }

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

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

 span { border-color: rgb(65,122,202); }

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