Html Css Color HEX #225593 Endeavour

📋 copy color: '#225593'

red 34 ◦ green 85 ◦ blue 147

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

Shades of Endeavour #225593

Tints of Endeavour #225593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.26%

R = 12.78%
G = 31.95%
B = 55.26%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#225593 (or 0x225593) is known color: Endeavour. HEX triplet: 22, 55 and 93. RGB value is (34,85,147). Sum of RGB (Red+Green+Blue) = 34+85+147=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #225593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225593 is #DDAA6C. Grayscale: #4C4C4C. Windows color (decimal): -14527085 or 9655586. OLE color: 9655586.

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

Color convert

RGB 34 85 147 -
CMYK 0.77 0.42 0 0.42
HSL 212.92º 0.62% 0.35% -
HSV(B) 212.92º 0.77% 0.58% -
XYZ 9.17 8.94 28.85 -
YUV 76.82 167.6 97.46 -
System Red Green Blue C M Y K H S L
Decimal 34 85 147 0.77 0.42 0 0.42 212.92 0.62 0.35
Hex 22 55 93 4D 2A 0 2A D5 3E 23
Octal 42 125 223 115 52 0 52 325 76 43
Binary 100010 1010101 10010011 1001101 101010 0 101010 11010101 111110 100011

Color Harmonies of #225593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225593

Black with #225593

Text Example


Text Example

White with #225593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225593; }

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

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

background-color css

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

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

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

border-color css

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

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

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