Html Css Color HEX #225897 Endeavour

📋 copy color: '#225897'

red 34 ◦ green 88 ◦ blue 151

#225897
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #225897

Tints of Endeavour #225897

RGB

 RED value IS 34 (13.67% from 255) = 12.45%

 GREEN value IS 88 (34.77% from 255) = 32.23%

 BLUE value IS 151 (59.38% from 255) = 55.31%

R = 12.45%
G = 32.23%
B = 55.31%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#225897 (or 0x225897) is known color: Endeavour. HEX triplet: 22, 58 and 97. RGB value is (34,88,151). Sum of RGB (Red+Green+Blue) = 34+88+151=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #225897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225897 is #DDA768. Grayscale: #4E4E4E. Windows color (decimal): -14526313 or 9918498. OLE color: 9918498.

HSL color Cylindrical-coordinate representation of color #225897: hue angle of 212.31º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #225897 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 88 151 -
CMYK 0.77 0.42 0 0.41
HSL 212.31º 0.63% 0.36% -
HSV(B) 212.31º 0.77% 0.59% -
XYZ 9.74 9.55 30.61 -
YUV 79.04 168.61 95.88 -
System Red Green Blue C M Y K H S L
Decimal 34 88 151 0.77 0.42 0 0.41 212.31 0.63 0.36
Hex 22 58 97 4D 2A 0 29 D4 3F 24
Octal 42 130 227 115 52 0 51 324 77 44
Binary 100010 1011000 10010111 1001101 101010 0 101001 11010100 111111 100100

Color Harmonies of #225897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225897

Black with #225897

Text Example


Text Example

White with #225897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225897; }

 p { color: rgb(34,88,151); }

 H1.HeaderClassName
 {
   color: #225897;
 }
 .AnyTagClassName
 {
   color: #225897;
 }
</style>

background-color css

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

 a { background-color: rgb(34,88,151); }

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

border-color css

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

 span { border-color: rgb(34,88,151); }

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