Html Css Color HEX #224D8B Endeavour

📋 copy color: '#224D8B'

red 34 ◦ green 77 ◦ blue 139

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

Shades of Endeavour #224D8B

Tints of Endeavour #224D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 55.6%

R = 13.6%
G = 30.8%
B = 55.6%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#224D8B (or 0x224D8B) is known color: Endeavour. HEX triplet: 22, 4D and 8B. RGB value is (34,77,139). Sum of RGB (Red+Green+Blue) = 34+77+139=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #224D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224D8B is #DDB274. Grayscale: #464646. Windows color (decimal): -14529141 or 9129250. OLE color: 9129250.

HSL color Cylindrical-coordinate representation of color #224D8B: hue angle of 215.43º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #224D8B is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 34 77 139 -
CMYK 0.76 0.45 0 0.45
HSL 215.43º 0.61% 0.34% -
HSV(B) 215.43º 0.76% 0.55% -
XYZ 7.97 7.51 25.46 -
YUV 71.21 166.25 101.46 -
System Red Green Blue C M Y K H S L
Decimal 34 77 139 0.76 0.45 0 0.45 215.43 0.61 0.34
Hex 22 4D 8B 4C 2D 0 2D D7 3D 22
Octal 42 115 213 114 55 0 55 327 75 42
Binary 100010 1001101 10001011 1001100 101101 0 101101 11010111 111101 100010

Color Harmonies of #224D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224D8B

Black with #224D8B

Text Example


Text Example

White with #224D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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