Html Css Color HEX #244D8C Endeavour

📋 copy color: '#244D8C'

red 36 ◦ green 77 ◦ blue 140

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

Shades of Endeavour #244D8C

Tints of Endeavour #244D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.34%

R = 14.23%
G = 30.43%
B = 55.34%

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

#244D8C (or 0x244D8C) is known color: Endeavour. HEX triplet: 24, 4D and 8C. RGB value is (36,77,140). Sum of RGB (Red+Green+Blue) = 36+77+140=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #244D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244D8C is #DBB273. Grayscale: #474747. Windows color (decimal): -14398068 or 9194788. OLE color: 9194788.

HSL color Cylindrical-coordinate representation of color #244D8C: hue angle of 216.35º 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 #244D8C is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 77 140 -
CMYK 0.74 0.45 0 0.45
HSL 216.35º 0.59% 0.35% -
HSV(B) 216.35º 0.74% 0.55% -
XYZ 8.12 7.58 25.85 -
YUV 71.92 166.42 102.38 -
System Red Green Blue C M Y K H S L
Decimal 36 77 140 0.74 0.45 0 0.45 216.35 0.59 0.35
Hex 24 4D 8C 4A 2D 0 2D D8 3B 23
Octal 44 115 214 112 55 0 55 330 73 43
Binary 100100 1001101 10001100 1001010 101101 0 101101 11011000 111011 100011

Color Harmonies of #244D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244D8C

Black with #244D8C

Text Example


Text Example

White with #244D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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