Html Css Color HEX #225387 Endeavour

📋 copy color: '#225387'

red 34 ◦ green 83 ◦ blue 135

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

Shades of Endeavour #225387

Tints of Endeavour #225387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.94%

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

R = 13.49%
G = 32.94%
B = 53.57%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#225387 (or 0x225387) is known color: Endeavour. HEX triplet: 22, 53 and 87. RGB value is (34,83,135). Sum of RGB (Red+Green+Blue) = 34+83+135=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 135 (53.12% from 255 or 53.57% from 252); Max value from RGB is 135 - color contains mainly: blue. Hex color #225387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225387 is #DDAC78. Grayscale: #4A4A4A. Windows color (decimal): -14527609 or 8868642. OLE color: 8868642.

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

Color convert

RGB 34 83 135 -
CMYK 0.75 0.39 0 0.47
HSL 210.89º 0.6% 0.33% -
HSV(B) 210.89º 0.75% 0.53% -
XYZ 8.13 8.28 24.09 -
YUV 74.28 162.27 99.27 -
System Red Green Blue C M Y K H S L
Decimal 34 83 135 0.75 0.39 0 0.47 210.89 0.6 0.33
Hex 22 53 87 4B 27 0 2F D3 3C 21
Octal 42 123 207 113 47 0 57 323 74 41
Binary 100010 1010011 10000111 1001011 100111 0 101111 11010011 111100 100001

Color Harmonies of #225387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225387

Black with #225387

Text Example


Text Example

White with #225387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225387; }

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

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

background-color css

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

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

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

border-color css

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

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

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