#224b9f

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

Shades of Endeavour #224B9F

Tints of Endeavour #224B9F

Color information

#224B9F (or 0x224B9F) is unknown color: approx Endeavour. HEX triplet: 22, 4B and 9F. RGB value is (34,75,159). Sum of RGB (Red+Green+Blue) = 34+75+159=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #224B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224B9F is #DDB460. Grayscale: #474747. Windows color (decimal): -14529633 or 10439458. OLE color: 10439458.

HSL color Cylindrical-coordinate representation of color #224B9F: hue angle of 220.32º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #224B9F is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3475159-
CMYK0.790.5300.38
HSL220.32º64.77%37.84%-
HSV(B)220.32º78.62%62.35%-
XYZ9.437.8833.82-
YUV72.32176.92100.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.69%
GREEN value IS 75 (29.69% from 255) = 27.99%
BLUE value IS 159 (62.5% from 255) = 59.33%
R=12.69%
G=27.99%
B=59.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34751590.790.5300.38220.3264.7737.84
Hex224B9F4F35026dc4126
Octal421132371176504633410146
Binary10001010010111001111110011111101010100110110111001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224b9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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