Html Css Color HEX #225595 Endeavour

📋 copy color: '#225595'

red 34 ◦ green 85 ◦ blue 149

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

Shades of Endeavour #225595

Tints of Endeavour #225595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.6%

R = 12.69%
G = 31.72%
B = 55.6%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#225595 (or 0x225595) is known color: Endeavour. HEX triplet: 22, 55 and 95. RGB value is (34,85,149). Sum of RGB (Red+Green+Blue) = 34+85+149=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #225595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225595 is #DDAA6A. Grayscale: #4C4C4C. Windows color (decimal): -14527083 or 9786658. OLE color: 9786658.

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

Color convert

RGB 34 85 149 -
CMYK 0.77 0.43 0 0.42
HSL 213.39º 0.63% 0.36% -
HSV(B) 213.39º 0.77% 0.58% -
XYZ 9.33 9.01 29.68 -
YUV 77.05 168.6 97.3 -
System Red Green Blue C M Y K H S L
Decimal 34 85 149 0.77 0.43 0 0.42 213.39 0.63 0.36
Hex 22 55 95 4D 2B 0 2A D5 3F 24
Octal 42 125 225 115 53 0 52 325 77 44
Binary 100010 1010101 10010101 1001101 101011 0 101010 11010101 111111 100100

Color Harmonies of #225595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225595

Black with #225595

Text Example


Text Example

White with #225595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225595; }

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

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

background-color css

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

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

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

border-color css

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

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

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