Html Css Color HEX #225085 Endeavour

📋 copy color: '#225085'

red 34 ◦ green 80 ◦ blue 133

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

Shades of Endeavour #225085

Tints of Endeavour #225085

RGB

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

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

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

R = 13.77%
G = 32.39%
B = 53.85%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#225085 (or 0x225085) is known color: Endeavour. HEX triplet: 22, 50 and 85. RGB value is (34,80,133). Sum of RGB (Red+Green+Blue) = 34+80+133=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #225085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225085 is #DDAF7A. Grayscale: #484848. Windows color (decimal): -14528379 or 8736802. OLE color: 8736802.

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

Color convert

RGB 34 80 133 -
CMYK 0.74 0.40 0 0.48
HSL 212.12º 0.59% 0.33% -
HSV(B) 212.12º 0.74% 0.52% -
XYZ 7.76 7.77 23.28 -
YUV 72.29 162.26 100.69 -
System Red Green Blue C M Y K H S L
Decimal 34 80 133 0.74 0.40 0 0.48 212.12 0.59 0.33
Hex 22 50 85 4A 28 0 30 D4 3B 21
Octal 42 120 205 112 50 0 60 324 73 41
Binary 100010 1010000 10000101 1001010 101000 0 110000 11010100 111011 100001

Color Harmonies of #225085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225085

Black with #225085

Text Example


Text Example

White with #225085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225085; }

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

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

background-color css

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

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

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

border-color css

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

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

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