#225285

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

Shades of Endeavour #225285

Tints of Endeavour #225285

Color information

#225285 (or 0x225285) is unknown color: approx Endeavour. HEX triplet: 22, 52 and 85. RGB value is (34,82,133). Sum of RGB (Red+Green+Blue) = 34+82+133=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #225285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225285 is #DDAD7A. Grayscale: #494949. Windows color (decimal): -14527867 or 8737314. OLE color: 8737314.

HSL color Cylindrical-coordinate representation of color #225285: hue angle of 210.91º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #225285 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3482133-
CMYK0.740.3800.48
HSL210.91º59.28%32.75%-
HSV(B)210.91º74.44%52.16%-
XYZ7.918.0723.33-
YUV73.46161.699.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.65%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=13.65%
G=32.93%
B=53.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal34821330.740.3800.48210.9159.2832.75
Hex2252854A26030d33b21
Octal42122205112460603237341
Binary1000101010010100001011001010100110011000011010011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225285; }

 p { color: rgb(34,82,133); }

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

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

 a { background-color: rgb(34,82,133); }

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

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

 span { border-color: rgb(34,82,133); }

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