Html Css Color HEX #225185 Endeavour

📋 copy color: '#225185'

red 34 ◦ green 81 ◦ blue 133

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

Shades of Endeavour #225185

Tints of Endeavour #225185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 53.63%

R = 13.71%
G = 32.66%
B = 53.63%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#225185 (or 0x225185) is known color: Endeavour. HEX triplet: 22, 51 and 85. RGB value is (34,81,133). Sum of RGB (Red+Green+Blue) = 34+81+133=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #225185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225185 is #DDAE7A. Grayscale: #484848. Windows color (decimal): -14528123 or 8737058. OLE color: 8737058.

HSL color Cylindrical-coordinate representation of color #225185: hue angle of 211.52º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #225185 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 34 81 133 -
CMYK 0.74 0.39 0 0.48
HSL 211.52º 0.59% 0.33% -
HSV(B) 211.52º 0.74% 0.52% -
XYZ 7.84 7.92 23.31 -
YUV 72.88 161.93 100.27 -
System Red Green Blue C M Y K H S L
Decimal 34 81 133 0.74 0.39 0 0.48 211.52 0.59 0.33
Hex 22 51 85 4A 27 0 30 D4 3B 21
Octal 42 121 205 112 47 0 60 324 73 41
Binary 100010 1010001 10000101 1001010 100111 0 110000 11010100 111011 100001

Color Harmonies of #225185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225185

Black with #225185

Text Example


Text Example

White with #225185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225185; }

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

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

background-color css

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

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

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

border-color css

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

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

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