Html Css Color HEX #224890 Endeavour

📋 copy color: '#224890'

red 34 ◦ green 72 ◦ blue 144

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

Shades of Endeavour #224890

Tints of Endeavour #224890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.8%

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

R = 13.6%
G = 28.8%
B = 57.6%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#224890 (or 0x224890) is known color: Endeavour. HEX triplet: 22, 48 and 90. RGB value is (34,72,144). Sum of RGB (Red+Green+Blue) = 34+72+144=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #224890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224890 is #DDB76F. Grayscale: #444444. Windows color (decimal): -14530416 or 9455650. OLE color: 9455650.

HSL color Cylindrical-coordinate representation of color #224890: hue angle of 219.27º 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 #224890 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 34 72 144 -
CMYK 0.76 0.50 0 0.44
HSL 219.27º 0.62% 0.35% -
HSV(B) 219.27º 0.76% 0.56% -
XYZ 8.01 6.99 27.31 -
YUV 68.85 170.41 103.15 -
System Red Green Blue C M Y K H S L
Decimal 34 72 144 0.76 0.50 0 0.44 219.27 0.62 0.35
Hex 22 48 90 4C 32 0 2C DB 3E 23
Octal 42 110 220 114 62 0 54 333 76 43
Binary 100010 1001000 10010000 1001100 110010 0 101100 11011011 111110 100011

Color Harmonies of #224890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224890

Black with #224890

Text Example


Text Example

White with #224890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224890; }

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

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

background-color css

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

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

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

border-color css

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

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

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