#225BA3

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

Shades of Endeavour #225BA3

Tints of Endeavour #225BA3

Color information

#225BA3 (or 0x225BA3) is unknown color: approx Endeavour. HEX triplet: 22, 5B and A3. RGB value is (34,91,163). Sum of RGB (Red+Green+Blue) = 34+91+163=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 163 (64.06% from 255 or 56.60% from 288); Max value from RGB is 163 - color contains mainly: blue. Hex color #225BA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225BA3 is #DDA45C. Grayscale: #515151. Windows color (decimal): -14525533 or 10705698. OLE color: 10705698.

HSL color Cylindrical-coordinate representation of color #225BA3: hue angle of 213.49º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #225BA3 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3491163-
CMYK0.790.4400.36
HSL213.49º65.48%38.63%-
HSV(B)213.49º79.14%63.92%-
XYZ11.0110.4736.09-
YUV82.16173.6293.65-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.81%
GREEN value IS 91 (35.94% from 255) = 31.60%
BLUE value IS 163 (64.06% from 255) = 56.60%
R=11.81%
G=31.60%
B=56.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal34911630.790.4400.36213.4965.4838.63
Hex225BA34F2C024d54127
Octal421332431175404432510147
Binary10001010110111010001110011111011000100100110101011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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