Html Css Color HEX #224D86 Endeavour

📋 copy color: '#224D86'

red 34 ◦ green 77 ◦ blue 134

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

Shades of Endeavour #224D86

Tints of Endeavour #224D86

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.43%

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

R = 13.88%
G = 31.43%
B = 54.69%

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

#224D86 (or 0x224D86) is known color: Endeavour. HEX triplet: 22, 4D and 86. RGB value is (34,77,134). Sum of RGB (Red+Green+Blue) = 34+77+134=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 134 (52.73% from 255 or 54.69% from 245); Max value from RGB is 134 - color contains mainly: blue. Hex color #224D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224D86 is #DDB279. Grayscale: #464646. Windows color (decimal): -14529146 or 8801570. OLE color: 8801570.

HSL color Cylindrical-coordinate representation of color #224D86: hue angle of 214.2º 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 #224D86 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 77 134 -
CMYK 0.75 0.43 0 0.47
HSL 214.2º 0.6% 0.33% -
HSV(B) 214.2º 0.75% 0.53% -
XYZ 7.62 7.37 23.58 -
YUV 70.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 34 77 134 0.75 0.43 0 0.47 214.2 0.6 0.33
Hex 22 4D 86 4B 2B 0 2F D6 3C 21
Octal 42 115 206 113 53 0 57 326 74 41
Binary 100010 1001101 10000110 1001011 101011 0 101111 11010110 111100 100001

Color Harmonies of #224D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224D86

Black with #224D86

Text Example


Text Example

White with #224D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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