#225B9C

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

Shades of Endeavour #225B9C

Tints of Endeavour #225B9C

Color information

#225B9C (or 0x225B9C) is unknown color: approx Endeavour. HEX triplet: 22, 5B and 9C. RGB value is (34,91,156). Sum of RGB (Red+Green+Blue) = 34+91+156=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #225B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225B9C is #DDA463. Grayscale: #515151. Windows color (decimal): -14525540 or 10246946. OLE color: 10246946.

HSL color Cylindrical-coordinate representation of color #225B9C: hue angle of 211.97º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #225B9C is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3491156-
CMYK0.780.4200.39
HSL211.97º64.21%37.25%-
HSV(B)211.97º78.21%61.18%-
XYZ10.410.2232.88-
YUV81.37170.1294.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.10%
GREEN value IS 91 (35.94% from 255) = 32.38%
BLUE value IS 156 (61.33% from 255) = 55.52%
R=12.10%
G=32.38%
B=55.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34911560.780.4200.39211.9764.2137.25
Hex225B9C4E2A027d44025
Octal421332341165204732410045
Binary10001010110111001110010011101010100100111110101001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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