#225CA0

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

Shades of Endeavour #225CA0

Tints of Endeavour #225CA0

Color information

#225CA0 (or 0x225CA0) is unknown color: approx Endeavour. HEX triplet: 22, 5C and A0. RGB value is (34,92,160). Sum of RGB (Red+Green+Blue) = 34+92+160=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 160 (62.89% from 255 or 55.94% from 286); Max value from RGB is 160 - color contains mainly: blue. Hex color #225CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225CA0 is #DDA35F. Grayscale: #525252. Windows color (decimal): -14525280 or 10509346. OLE color: 10509346.

HSL color Cylindrical-coordinate representation of color #225CA0: hue angle of 212.38º 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 #225CA0 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3492160-
CMYK0.790.4300.37
HSL212.38º64.95%38.04%-
HSV(B)212.38º78.75%62.75%-
XYZ10.8310.5334.72-
YUV82.41171.7893.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.89%
GREEN value IS 92 (36.33% from 255) = 32.17%
BLUE value IS 160 (62.89% from 255) = 55.94%
R=11.89%
G=32.17%
B=55.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal34921600.790.4300.37212.3864.9538.04
Hex225CA04F2B025d44126
Octal421342401175304532410146
Binary10001010111001010000010011111010110100101110101001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,92,160); }

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

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

 a { background-color: rgb(34,92,160); }

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

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

 span { border-color: rgb(34,92,160); }

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