Html Css Color HEX #224E90 Endeavour

📋 copy color: '#224E90'

red 34 ◦ green 78 ◦ blue 144

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

Shades of Endeavour #224E90

Tints of Endeavour #224E90

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.47%

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

R = 13.28%
G = 30.47%
B = 56.25%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#224E90 (or 0x224E90) is known color: Endeavour. HEX triplet: 22, 4E and 90. RGB value is (34,78,144). Sum of RGB (Red+Green+Blue) = 34+78+144=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #224E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224E90 is #DDB16F. Grayscale: #484848. Windows color (decimal): -14528880 or 9457186. OLE color: 9457186.

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

Color convert

RGB 34 78 144 -
CMYK 0.76 0.46 0 0.44
HSL 216º 0.62% 0.35% -
HSV(B) 216º 0.76% 0.56% -
XYZ 8.42 7.8 27.45 -
YUV 72.37 168.42 100.63 -
System Red Green Blue C M Y K H S L
Decimal 34 78 144 0.76 0.46 0 0.44 216 0.62 0.35
Hex 22 4E 90 4C 2E 0 2C D8 3E 23
Octal 42 116 220 114 56 0 54 330 76 43
Binary 100010 1001110 10010000 1001100 101110 0 101100 11011000 111110 100011

Color Harmonies of #224E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224E90

Black with #224E90

Text Example


Text Example

White with #224E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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