#225B93

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

Shades of Endeavour #225B93

Tints of Endeavour #225B93

Color information

#225B93 (or 0x225B93) is unknown color: approx Endeavour. HEX triplet: 22, 5B and 93. RGB value is (34,91,147). Sum of RGB (Red+Green+Blue) = 34+91+147=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #225B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225B93 is #DDA46C. Grayscale: #505050. Windows color (decimal): -14525549 or 9657122. OLE color: 9657122.

HSL color Cylindrical-coordinate representation of color #225B93: hue angle of 209.73º 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 #225B93 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3491147-
CMYK0.770.3800.42
HSL209.73º62.43%35.49%-
HSV(B)209.73º76.87%57.65%-
XYZ9.679.9329.01-
YUV80.34165.6294.95-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.5%
GREEN value IS 91 (35.94% from 255) = 33.46%
BLUE value IS 147 (57.81% from 255) = 54.04%
R=12.5%
G=33.46%
B=54.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34911470.770.3800.42209.7362.4335.49
Hex225B934D2602Ad23e23
Octal42133223115460523227643
Binary1000101011011100100111001101100110010101011010010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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