#225F93

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

Shades of Endeavour #225F93

Tints of Endeavour #225F93

Color information

#225F93 (or 0x225F93) is unknown color: approx Endeavour. HEX triplet: 22, 5F and 93. RGB value is (34,95,147). Sum of RGB (Red+Green+Blue) = 34+95+147=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #225F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225F93 is #DDA06C. Grayscale: #525252. Windows color (decimal): -14524525 or 9658146. OLE color: 9658146.

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

Color convert

RGB3495147-
CMYK0.770.3500.42
HSL207.61º62.43%35.49%-
HSV(B)207.61º76.87%57.65%-
XYZ10.0210.6329.13-
YUV82.69164.2993.27-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.32%
GREEN value IS 95 (37.5% from 255) = 34.42%
BLUE value IS 147 (57.81% from 255) = 53.26%
R=12.32%
G=34.42%
B=53.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34951470.770.3500.42207.6162.4335.49
Hex225F934D2302Ad03e23
Octal42137223115430523207643
Binary1000101011111100100111001101100011010101011010000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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