Html Css Color HEX #225589 Endeavour

📋 copy color: '#225589'

red 34 ◦ green 85 ◦ blue 137

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

Shades of Endeavour #225589

Tints of Endeavour #225589

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.2%

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

R = 13.28%
G = 33.2%
B = 53.52%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#225589 (or 0x225589) is known color: Endeavour. HEX triplet: 22, 55 and 89. RGB value is (34,85,137). Sum of RGB (Red+Green+Blue) = 34+85+137=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #225589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225589 is #DDAA76. Grayscale: #4B4B4B. Windows color (decimal): -14527095 or 9000226. OLE color: 9000226.

HSL color Cylindrical-coordinate representation of color #225589: hue angle of 210.29º 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 #225589 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 34 85 137 -
CMYK 0.75 0.38 0 0.46
HSL 210.29º 0.6% 0.34% -
HSV(B) 210.29º 0.75% 0.54% -
XYZ 8.42 8.64 24.89 -
YUV 75.68 162.6 98.27 -
System Red Green Blue C M Y K H S L
Decimal 34 85 137 0.75 0.38 0 0.46 210.29 0.6 0.34
Hex 22 55 89 4B 26 0 2E D2 3C 22
Octal 42 125 211 113 46 0 56 322 74 42
Binary 100010 1010101 10001001 1001011 100110 0 101110 11010010 111100 100010

Color Harmonies of #225589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225589

Black with #225589

Text Example


Text Example

White with #225589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225589; }

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

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

background-color css

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

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

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

border-color css

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

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

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