#225D92

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

Shades of Endeavour #225D92

Tints of Endeavour #225D92

Color information

#225D92 (or 0x225D92) is unknown color: approx Endeavour. HEX triplet: 22, 5D and 92. RGB value is (34,93,146). Sum of RGB (Red+Green+Blue) = 34+93+146=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #225D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225D92 is #DDA26D. Grayscale: #515151. Windows color (decimal): -14525038 or 9592098. OLE color: 9592098.

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

Color convert

RGB3493146-
CMYK0.770.3600.43
HSL208.39º62.22%35.29%-
HSV(B)208.39º76.71%57.25%-
XYZ9.7610.2428.66-
YUV81.4164.4594.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.45%
GREEN value IS 93 (36.72% from 255) = 34.07%
BLUE value IS 146 (57.42% from 255) = 53.48%
R=12.45%
G=34.07%
B=53.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34931460.770.3600.43208.3962.2235.29
Hex225D924D2402Bd03e23
Octal42135222115440533207643
Binary1000101011101100100101001101100100010101111010000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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