Html Css Color HEX #224C86 Endeavour

📋 copy color: '#224C86'

red 34 ◦ green 76 ◦ blue 134

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

Shades of Endeavour #224C86

Tints of Endeavour #224C86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 54.92%

R = 13.93%
G = 31.15%
B = 54.92%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#224C86 (or 0x224C86) is known color: Endeavour. HEX triplet: 22, 4C and 86. RGB value is (34,76,134). Sum of RGB (Red+Green+Blue) = 34+76+134=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 134 (52.73% from 255 or 54.92% from 244); Max value from RGB is 134 - color contains mainly: blue. Hex color #224C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224C86 is #DDB379. Grayscale: #454545. Windows color (decimal): -14529402 or 8801314. OLE color: 8801314.

HSL color Cylindrical-coordinate representation of color #224C86: hue angle of 214.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #224C86 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 76 134 -
CMYK 0.75 0.43 0 0.47
HSL 214.8º 0.6% 0.33% -
HSV(B) 214.8º 0.75% 0.53% -
XYZ 7.55 7.23 23.55 -
YUV 70.05 164.09 102.28 -
System Red Green Blue C M Y K H S L
Decimal 34 76 134 0.75 0.43 0 0.47 214.8 0.6 0.33
Hex 22 4C 86 4B 2B 0 2F D7 3C 21
Octal 42 114 206 113 53 0 57 327 74 41
Binary 100010 1001100 10000110 1001011 101011 0 101111 11010111 111100 100001

Color Harmonies of #224C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224C86

Black with #224C86

Text Example


Text Example

White with #224C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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