#224B86

Color #224B86 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #224B86

Tints of Endeavour #224B86

Color information

#224B86 (or 0x224B86) is unknown color: approx Endeavour. HEX triplet: 22, 4B and 86. RGB value is (34,75,134). Sum of RGB (Red+Green+Blue) = 34+75+134=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 134 (52.73% from 255 or 55.14% from 243); Max value from RGB is 134 - color contains mainly: blue. Hex color #224B86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224B86 is #DDB479. Grayscale: #454545. Windows color (decimal): -14529658 or 8801058. OLE color: 8801058.

HSL color Cylindrical-coordinate representation of color #224B86: hue angle of 215.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #224B86 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3475134-
CMYK0.750.4400.47
HSL215.4º59.52%32.94%-
HSV(B)215.4º74.63%52.55%-
XYZ7.487.0923.53-
YUV69.47164.42102.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.99%
GREEN value IS 75 (29.69% from 255) = 30.86%
BLUE value IS 134 (52.73% from 255) = 55.14%
R=13.99%
G=30.86%
B=55.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34751340.750.4400.47215.459.5232.94
Hex224B864B2C02Fd73c21
Octal42113206113540573277441
Binary1000101001011100001101001011101100010111111010111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224B86; }

 p { color: rgb(34,75,134); }

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

<style>
 a { background-color: #224B86; }

 a { background-color: rgb(34,75,134); }

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

<style>
 span { border-color: #224B86; }

 span { border-color: rgb(34,75,134); }

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