Html Css Color HEX #224C94 Endeavour

📋 copy color: '#224C94'

red 34 ◦ green 76 ◦ blue 148

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

Shades of Endeavour #224C94

Tints of Endeavour #224C94

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.46%

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

R = 13.18%
G = 29.46%
B = 57.36%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#224C94 (or 0x224C94) is known color: Endeavour. HEX triplet: 22, 4C and 94. RGB value is (34,76,148). Sum of RGB (Red+Green+Blue) = 34+76+148=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #224C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224C94 is #DDB36B. Grayscale: #474747. Windows color (decimal): -14529388 or 9718818. OLE color: 9718818.

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

Color convert

RGB 34 76 148 -
CMYK 0.77 0.49 0 0.42
HSL 217.89º 0.63% 0.36% -
HSV(B) 217.89º 0.77% 0.58% -
XYZ 8.59 7.65 29.04 -
YUV 71.65 171.09 101.15 -
System Red Green Blue C M Y K H S L
Decimal 34 76 148 0.77 0.49 0 0.42 217.89 0.63 0.36
Hex 22 4C 94 4D 31 0 2A DA 3F 24
Octal 42 114 224 115 61 0 52 332 77 44
Binary 100010 1001100 10010100 1001101 110001 0 101010 11011010 111111 100100

Color Harmonies of #224C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224C94

Black with #224C94

Text Example


Text Example

White with #224C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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