Html Css Color HEX #224F93 Endeavour

📋 copy color: '#224F93'

red 34 ◦ green 79 ◦ blue 147

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

Shades of Endeavour #224F93

Tints of Endeavour #224F93

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.38%

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

R = 13.08%
G = 30.38%
B = 56.54%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#224F93 (or 0x224F93) is known color: Endeavour. HEX triplet: 22, 4F and 93. RGB value is (34,79,147). Sum of RGB (Red+Green+Blue) = 34+79+147=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #224F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224F93 is #DDB06C. Grayscale: #484848. Windows color (decimal): -14528621 or 9654050. OLE color: 9654050.

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

Color convert

RGB 34 79 147 -
CMYK 0.77 0.46 0 0.42
HSL 216.11º 0.62% 0.35% -
HSV(B) 216.11º 0.77% 0.58% -
XYZ 8.72 8.04 28.7 -
YUV 73.3 169.59 99.97 -
System Red Green Blue C M Y K H S L
Decimal 34 79 147 0.77 0.46 0 0.42 216.11 0.62 0.35
Hex 22 4F 93 4D 2E 0 2A D8 3E 23
Octal 42 117 223 115 56 0 52 330 76 43
Binary 100010 1001111 10010011 1001101 101110 0 101010 11011000 111110 100011

Color Harmonies of #224F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224F93

Black with #224F93

Text Example


Text Example

White with #224F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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