Html Css Color HEX #224C93 Endeavour

📋 copy color: '#224C93'

red 34 ◦ green 76 ◦ blue 147

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

Shades of Endeavour #224C93

Tints of Endeavour #224C93

RGB

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

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

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

R = 13.23%
G = 29.57%
B = 57.2%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#224C93 (or 0x224C93) is known color: Endeavour. HEX triplet: 22, 4C and 93. RGB value is (34,76,147). Sum of RGB (Red+Green+Blue) = 34+76+147=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #224C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224C93 is #DDB36C. Grayscale: #474747. Windows color (decimal): -14529389 or 9653282. OLE color: 9653282.

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

Color convert

RGB 34 76 147 -
CMYK 0.77 0.48 0 0.42
HSL 217.7º 0.62% 0.35% -
HSV(B) 217.7º 0.77% 0.58% -
XYZ 8.51 7.62 28.63 -
YUV 71.54 170.59 101.23 -
System Red Green Blue C M Y K H S L
Decimal 34 76 147 0.77 0.48 0 0.42 217.7 0.62 0.35
Hex 22 4C 93 4D 30 0 2A DA 3E 23
Octal 42 114 223 115 60 0 52 332 76 43
Binary 100010 1001100 10010011 1001101 110000 0 101010 11011010 111110 100011

Color Harmonies of #224C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224C93

Black with #224C93

Text Example


Text Example

White with #224C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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