Html Css Color HEX #225087 Endeavour

📋 copy color: '#225087'

red 34 ◦ green 80 ◦ blue 135

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

Shades of Endeavour #225087

Tints of Endeavour #225087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.13%

 BLUE value IS 135 (53.13% from 255) = 54.22%

R = 13.65%
G = 32.13%
B = 54.22%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#225087 (or 0x225087) is known color: Endeavour. HEX triplet: 22, 50 and 87. RGB value is (34,80,135). Sum of RGB (Red+Green+Blue) = 34+80+135=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #225087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225087 is #DDAF78. Grayscale: #484848. Windows color (decimal): -14528377 or 8867874. OLE color: 8867874.

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

Color convert

RGB 34 80 135 -
CMYK 0.75 0.41 0 0.47
HSL 212.67º 0.6% 0.33% -
HSV(B) 212.67º 0.75% 0.53% -
XYZ 7.9 7.83 24.02 -
YUV 72.52 163.26 100.53 -
System Red Green Blue C M Y K H S L
Decimal 34 80 135 0.75 0.41 0 0.47 212.67 0.6 0.33
Hex 22 50 87 4B 29 0 2F D5 3C 21
Octal 42 120 207 113 51 0 57 325 74 41
Binary 100010 1010000 10000111 1001011 101001 0 101111 11010101 111100 100001

Color Harmonies of #225087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225087

Black with #225087

Text Example


Text Example

White with #225087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225087; }

 p { color: rgb(34,80,135); }

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

background-color css

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

 a { background-color: rgb(34,80,135); }

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

border-color css

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

 span { border-color: rgb(34,80,135); }

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