#225DA1

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

Shades of Endeavour #225DA1

Tints of Endeavour #225DA1

Color information

#225DA1 (or 0x225DA1) is unknown color: approx Endeavour. HEX triplet: 22, 5D and A1. RGB value is (34,93,161). Sum of RGB (Red+Green+Blue) = 34+93+161=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 161 (63.28% from 255 or 55.90% from 288); Max value from RGB is 161 - color contains mainly: blue. Hex color #225DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225DA1 is #DDA25E. Grayscale: #525252. Windows color (decimal): -14525023 or 10575138. OLE color: 10575138.

HSL color Cylindrical-coordinate representation of color #225DA1: hue angle of 212.13º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #225DA1 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3493161-
CMYK0.790.4200.37
HSL212.13º65.13%38.24%-
HSV(B)212.13º78.88%63.14%-
XYZ11.0110.7435.21-
YUV83.11171.9592.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.81%
GREEN value IS 93 (36.72% from 255) = 32.29%
BLUE value IS 161 (63.28% from 255) = 55.90%
R=11.81%
G=32.29%
B=55.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal34931610.790.4200.37212.1365.1338.24
Hex225DA14F2A025d44126
Octal421352411175204532410146
Binary10001010111011010000110011111010100100101110101001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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