Html Css Color HEX #244D8D Endeavour

📋 copy color: '#244D8D'

red 36 ◦ green 77 ◦ blue 141

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

Shades of Endeavour #244D8D

Tints of Endeavour #244D8D

RGB

 RED value IS 36 (14.45% from 255) = 14.17%

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

 BLUE value IS 141 (55.47% from 255) = 55.51%

R = 14.17%
G = 30.31%
B = 55.51%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#244D8D (or 0x244D8D) is known color: Endeavour. HEX triplet: 24, 4D and 8D. RGB value is (36,77,141). Sum of RGB (Red+Green+Blue) = 36+77+141=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #244D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244D8D is #DBB272. Grayscale: #474747. Windows color (decimal): -14398067 or 9260324. OLE color: 9260324.

HSL color Cylindrical-coordinate representation of color #244D8D: hue angle of 216.57º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #244D8D is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 77 141 -
CMYK 0.74 0.45 0 0.45
HSL 216.57º 0.59% 0.35% -
HSV(B) 216.57º 0.74% 0.55% -
XYZ 8.19 7.61 26.24 -
YUV 72.04 166.92 102.3 -
System Red Green Blue C M Y K H S L
Decimal 36 77 141 0.74 0.45 0 0.45 216.57 0.59 0.35
Hex 24 4D 8D 4A 2D 0 2D D9 3B 23
Octal 44 115 215 112 55 0 55 331 73 43
Binary 100100 1001101 10001101 1001010 101101 0 101101 11011001 111011 100011

Color Harmonies of #244D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244D8D

Black with #244D8D

Text Example


Text Example

White with #244D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244D8D; }

 p { color: rgb(36,77,141); }

 H1.HeaderClassName
 {
   color: #244D8D;
 }
 .AnyTagClassName
 {
   color: #244D8D;
 }
</style>

background-color css

<style>
 a { background-color: #244D8D; }

 a { background-color: rgb(36,77,141); }

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

border-color css

<style>
 span { border-color: #244D8D; }

 span { border-color: rgb(36,77,141); }

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