#224B93

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

Shades of Endeavour #224B93

Tints of Endeavour #224B93

Color information

#224B93 (or 0x224B93) is unknown color: approx Endeavour. HEX triplet: 22, 4B and 93. RGB value is (34,75,147). Sum of RGB (Red+Green+Blue) = 34+75+147=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #224B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224B93 is #DDB46C. Grayscale: #464646. Windows color (decimal): -14529645 or 9653026. OLE color: 9653026.

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

Color convert

RGB3475147-
CMYK0.770.4900.42
HSL218.23º62.43%35.49%-
HSV(B)218.23º76.87%57.65%-
XYZ8.447.4828.6-
YUV70.95170.92101.65-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.28%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 147 (57.81% from 255) = 57.42%
R=13.28%
G=29.30%
B=57.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34751470.770.4900.42218.2362.4335.49
Hex224B934D3102Ada3e23
Octal42113223115610523327643
Binary1000101001011100100111001101110001010101011011010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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