Html Css Color HEX #224F96 Endeavour

📋 copy color: '#224F96'

red 34 ◦ green 79 ◦ blue 150

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

Shades of Endeavour #224F96

Tints of Endeavour #224F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 57.03%

R = 12.93%
G = 30.04%
B = 57.03%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#224F96 (or 0x224F96) is known color: Endeavour. HEX triplet: 22, 4F and 96. RGB value is (34,79,150). Sum of RGB (Red+Green+Blue) = 34+79+150=263 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.93% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #224F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224F96 is #DDB069. Grayscale: #494949. Windows color (decimal): -14528618 or 9850658. OLE color: 9850658.

HSL color Cylindrical-coordinate representation of color #224F96: hue angle of 216.72º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224F96 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 79 150 -
CMYK 0.77 0.47 0 0.41
HSL 216.72º 0.63% 0.36% -
HSV(B) 216.72º 0.77% 0.59% -
XYZ 8.96 8.13 29.95 -
YUV 73.64 171.09 99.73 -
System Red Green Blue C M Y K H S L
Decimal 34 79 150 0.77 0.47 0 0.41 216.72 0.63 0.36
Hex 22 4F 96 4D 2F 0 29 D9 3F 24
Octal 42 117 226 115 57 0 51 331 77 44
Binary 100010 1001111 10010110 1001101 101111 0 101001 11011001 111111 100100

Color Harmonies of #224F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224F96

Black with #224F96

Text Example


Text Example

White with #224F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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