Html Css Color HEX #225788 Endeavour

📋 copy color: '#225788'

red 34 ◦ green 87 ◦ blue 136

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

Shades of Endeavour #225788

Tints of Endeavour #225788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.92%

R = 13.23%
G = 33.85%
B = 52.92%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#225788 (or 0x225788) is known color: Endeavour. HEX triplet: 22, 57 and 88. RGB value is (34,87,136). Sum of RGB (Red+Green+Blue) = 34+87+136=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #225788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225788 is #DDA877. Grayscale: #4C4C4C. Windows color (decimal): -14526584 or 8935202. OLE color: 8935202.

HSL color Cylindrical-coordinate representation of color #225788: hue angle of 208.82º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #225788 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 87 136 -
CMYK 0.75 0.36 0 0.47
HSL 208.82º 0.6% 0.33% -
HSV(B) 208.82º 0.75% 0.53% -
XYZ 8.51 8.93 24.57 -
YUV 76.74 161.44 97.52 -
System Red Green Blue C M Y K H S L
Decimal 34 87 136 0.75 0.36 0 0.47 208.82 0.6 0.33
Hex 22 57 88 4B 24 0 2F D1 3C 21
Octal 42 127 210 113 44 0 57 321 74 41
Binary 100010 1010111 10001000 1001011 100100 0 101111 11010001 111100 100001

Color Harmonies of #225788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225788

Black with #225788

Text Example


Text Example

White with #225788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225788; }

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

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

background-color css

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

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

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

border-color css

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

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

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