Html Css Color HEX #224D9F Endeavour

📋 copy color: '#224D9F'

red 34 ◦ green 77 ◦ blue 159

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

Shades of Endeavour #224D9F

Tints of Endeavour #224D9F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.52%

 BLUE value IS 159 (62.5% from 255) = 58.89%

R = 12.59%
G = 28.52%
B = 58.89%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#224D9F (or 0x224D9F) is known color: Endeavour. HEX triplet: 22, 4D and 9F. RGB value is (34,77,159). Sum of RGB (Red+Green+Blue) = 34+77+159=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #224D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224D9F is #DDB260. Grayscale: #494949. Windows color (decimal): -14529121 or 10439970. OLE color: 10439970.

HSL color Cylindrical-coordinate representation of color #224D9F: hue angle of 219.36º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #224D9F is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 34 77 159 -
CMYK 0.79 0.52 0 0.38
HSL 219.36º 0.65% 0.38% -
HSV(B) 219.36º 0.79% 0.62% -
XYZ 9.57 8.15 33.87 -
YUV 73.49 176.25 99.83 -
System Red Green Blue C M Y K H S L
Decimal 34 77 159 0.79 0.52 0 0.38 219.36 0.65 0.38
Hex 22 4D 9F 4F 34 0 26 DB 41 26
Octal 42 115 237 117 64 0 46 333 101 46
Binary 100010 1001101 10011111 1001111 110100 0 100110 11011011 1000001 100110

Color Harmonies of #224D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224D9F

Black with #224D9F

Text Example


Text Example

White with #224D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,77,159); }

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

background-color css

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

 a { background-color: rgb(34,77,159); }

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

border-color css

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

 span { border-color: rgb(34,77,159); }

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