Html Css Color HEX #225797 Endeavour

📋 copy color: '#225797'

red 34 ◦ green 87 ◦ blue 151

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

Shades of Endeavour #225797

Tints of Endeavour #225797

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.99%

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

R = 12.5%
G = 31.99%
B = 55.51%

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

#225797 (or 0x225797) is known color: Endeavour. HEX triplet: 22, 57 and 97. RGB value is (34,87,151). Sum of RGB (Red+Green+Blue) = 34+87+151=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #225797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225797 is #DDA868. Grayscale: #4E4E4E. Windows color (decimal): -14526569 or 9918242. OLE color: 9918242.

HSL color Cylindrical-coordinate representation of color #225797: hue angle of 212.82º 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 #225797 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 87 151 -
CMYK 0.77 0.42 0 0.41
HSL 212.82º 0.63% 0.36% -
HSV(B) 212.82º 0.77% 0.59% -
XYZ 9.65 9.39 30.58 -
YUV 78.45 168.94 96.3 -
System Red Green Blue C M Y K H S L
Decimal 34 87 151 0.77 0.42 0 0.41 212.82 0.63 0.36
Hex 22 57 97 4D 2A 0 29 D5 3F 24
Octal 42 127 227 115 52 0 51 325 77 44
Binary 100010 1010111 10010111 1001101 101010 0 101001 11010101 111111 100100

Color Harmonies of #225797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225797

Black with #225797

Text Example


Text Example

White with #225797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225797; }

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

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

background-color css

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

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

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

border-color css

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

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

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