Html Css Color HEX #224A93 Endeavour

📋 copy color: '#224A93'

red 34 ◦ green 74 ◦ blue 147

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

Shades of Endeavour #224A93

Tints of Endeavour #224A93

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.02%

 BLUE value IS 147 (57.81% from 255) = 57.65%

R = 13.33%
G = 29.02%
B = 57.65%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#224A93 (or 0x224A93) is known color: Endeavour. HEX triplet: 22, 4A and 93. RGB value is (34,74,147). Sum of RGB (Red+Green+Blue) = 34+74+147=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #224A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224A93 is #DDB56C. Grayscale: #464646. Windows color (decimal): -14529901 or 9652770. OLE color: 9652770.

HSL color Cylindrical-coordinate representation of color #224A93: hue angle of 218.76º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224A93 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 74 147 -
CMYK 0.77 0.50 0 0.42
HSL 218.76º 0.62% 0.35% -
HSV(B) 218.76º 0.77% 0.58% -
XYZ 8.37 7.34 28.58 -
YUV 70.36 171.25 102.06 -
System Red Green Blue C M Y K H S L
Decimal 34 74 147 0.77 0.50 0 0.42 218.76 0.62 0.35
Hex 22 4A 93 4D 32 0 2A DB 3E 23
Octal 42 112 223 115 62 0 52 333 76 43
Binary 100010 1001010 10010011 1001101 110010 0 101010 11011011 111110 100011

Color Harmonies of #224A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224A93

Black with #224A93

Text Example


Text Example

White with #224A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,74,147); }

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

background-color css

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

 a { background-color: rgb(34,74,147); }

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

border-color css

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

 span { border-color: rgb(34,74,147); }

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