Html Css Color HEX #225090 Endeavour

📋 copy color: '#225090'

red 34 ◦ green 80 ◦ blue 144

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

Shades of Endeavour #225090

Tints of Endeavour #225090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.81%

R = 13.18%
G = 31.01%
B = 55.81%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#225090 (or 0x225090) is known color: Endeavour. HEX triplet: 22, 50 and 90. RGB value is (34,80,144). Sum of RGB (Red+Green+Blue) = 34+80+144=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #225090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225090 is #DDAF6F. Grayscale: #494949. Windows color (decimal): -14528368 or 9457698. OLE color: 9457698.

HSL color Cylindrical-coordinate representation of color #225090: hue angle of 214.91º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #225090 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 80 144 -
CMYK 0.76 0.44 0 0.44
HSL 214.91º 0.62% 0.35% -
HSV(B) 214.91º 0.76% 0.56% -
XYZ 8.56 8.09 27.5 -
YUV 73.54 167.76 99.8 -
System Red Green Blue C M Y K H S L
Decimal 34 80 144 0.76 0.44 0 0.44 214.91 0.62 0.35
Hex 22 50 90 4C 2C 0 2C D7 3E 23
Octal 42 120 220 114 54 0 54 327 76 43
Binary 100010 1010000 10010000 1001100 101100 0 101100 11010111 111110 100011

Color Harmonies of #225090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225090

Black with #225090

Text Example


Text Example

White with #225090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225090; }

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

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

background-color css

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

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

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

border-color css

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

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

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