Html Css Color HEX #224E94 Endeavour

📋 copy color: '#224E94'

red 34 ◦ green 78 ◦ blue 148

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

Shades of Endeavour #224E94

Tints of Endeavour #224E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 56.92%

R = 13.08%
G = 30%
B = 56.92%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#224E94 (or 0x224E94) is known color: Endeavour. HEX triplet: 22, 4E and 94. RGB value is (34,78,148). Sum of RGB (Red+Green+Blue) = 34+78+148=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #224E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224E94 is #DDB16B. Grayscale: #484848. Windows color (decimal): -14528876 or 9719330. OLE color: 9719330.

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

Color convert

RGB 34 78 148 -
CMYK 0.77 0.47 0 0.42
HSL 216.84º 0.63% 0.36% -
HSV(B) 216.84º 0.77% 0.58% -
XYZ 8.73 7.93 29.09 -
YUV 72.82 170.42 100.31 -
System Red Green Blue C M Y K H S L
Decimal 34 78 148 0.77 0.47 0 0.42 216.84 0.63 0.36
Hex 22 4E 94 4D 2F 0 2A D9 3F 24
Octal 42 116 224 115 57 0 52 331 77 44
Binary 100010 1001110 10010100 1001101 101111 0 101010 11011001 111111 100100

Color Harmonies of #224E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224E94

Black with #224E94

Text Example


Text Example

White with #224E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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