Html Css Color HEX #225186 Endeavour

📋 copy color: '#225186'

red 34 ◦ green 81 ◦ blue 134

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

Shades of Endeavour #225186

Tints of Endeavour #225186

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.53%

 BLUE value IS 134 (52.73% from 255) = 53.82%

R = 13.65%
G = 32.53%
B = 53.82%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#225186 (or 0x225186) is known color: Endeavour. HEX triplet: 22, 51 and 86. RGB value is (34,81,134). Sum of RGB (Red+Green+Blue) = 34+81+134=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #225186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225186 is #DDAE79. Grayscale: #484848. Windows color (decimal): -14528122 or 8802594. OLE color: 8802594.

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

Color convert

RGB 34 81 134 -
CMYK 0.75 0.40 0 0.47
HSL 211.8º 0.6% 0.33% -
HSV(B) 211.8º 0.75% 0.53% -
XYZ 7.91 7.95 23.67 -
YUV 72.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 34 81 134 0.75 0.40 0 0.47 211.8 0.6 0.33
Hex 22 51 86 4B 28 0 2F D4 3C 21
Octal 42 121 206 113 50 0 57 324 74 41
Binary 100010 1010001 10000110 1001011 101000 0 101111 11010100 111100 100001

Color Harmonies of #225186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225186

Black with #225186

Text Example


Text Example

White with #225186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225186; }

 p { color: rgb(34,81,134); }

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

background-color css

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

 a { background-color: rgb(34,81,134); }

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

border-color css

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

 span { border-color: rgb(34,81,134); }

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