Html Css Color HEX #225689 Endeavour

📋 copy color: '#225689'

red 34 ◦ green 86 ◦ blue 137

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

Shades of Endeavour #225689

Tints of Endeavour #225689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.46%

 BLUE value IS 137 (53.91% from 255) = 53.31%

R = 13.23%
G = 33.46%
B = 53.31%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#225689 (or 0x225689) is known color: Endeavour. HEX triplet: 22, 56 and 89. RGB value is (34,86,137). Sum of RGB (Red+Green+Blue) = 34+86+137=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #225689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225689 is #DDA976. Grayscale: #4C4C4C. Windows color (decimal): -14526839 or 9000482. OLE color: 9000482.

HSL color Cylindrical-coordinate representation of color #225689: hue angle of 209.71º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #225689 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 34 86 137 -
CMYK 0.75 0.37 0 0.46
HSL 209.71º 0.6% 0.34% -
HSV(B) 209.71º 0.75% 0.54% -
XYZ 8.5 8.8 24.92 -
YUV 76.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 34 86 137 0.75 0.37 0 0.46 209.71 0.6 0.34
Hex 22 56 89 4B 25 0 2E D2 3C 22
Octal 42 126 211 113 45 0 56 322 74 42
Binary 100010 1010110 10001001 1001011 100101 0 101110 11010010 111100 100010

Color Harmonies of #225689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225689

Black with #225689

Text Example


Text Example

White with #225689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225689; }

 p { color: rgb(34,86,137); }

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

background-color css

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

 a { background-color: rgb(34,86,137); }

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

border-color css

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

 span { border-color: rgb(34,86,137); }

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