#224B92

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

Shades of Endeavour #224B92

Tints of Endeavour #224B92

Color information

#224B92 (or 0x224B92) is unknown color: approx Endeavour. HEX triplet: 22, 4B and 92. RGB value is (34,75,146). Sum of RGB (Red+Green+Blue) = 34+75+146=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #224B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224B92 is #DDB46D. Grayscale: #464646. Windows color (decimal): -14529646 or 9587490. OLE color: 9587490.

HSL color Cylindrical-coordinate representation of color #224B92: hue angle of 218.04º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224B92 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3475146-
CMYK0.770.4900.43
HSL218.04º62.22%35.29%-
HSV(B)218.04º76.71%57.25%-
XYZ8.367.4528.19-
YUV70.84170.42101.73-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.33%
GREEN value IS 75 (29.69% from 255) = 29.41%
BLUE value IS 146 (57.42% from 255) = 57.25%
R=13.33%
G=29.41%
B=57.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34751460.770.4900.43218.0462.2235.29
Hex224B924D3102Bda3e23
Octal42113222115610533327643
Binary1000101001011100100101001101110001010101111011010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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