Html Css Color HEX #244C8C Endeavour

📋 copy color: '#244C8C'

red 36 ◦ green 76 ◦ blue 140

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

Shades of Endeavour #244C8C

Tints of Endeavour #244C8C

RGB

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

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

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

R = 14.29%
G = 30.16%
B = 55.56%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#244C8C (or 0x244C8C) is known color: Endeavour. HEX triplet: 24, 4C and 8C. RGB value is (36,76,140). Sum of RGB (Red+Green+Blue) = 36+76+140=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #244C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244C8C is #DBB373. Grayscale: #474747. Windows color (decimal): -14398324 or 9194532. OLE color: 9194532.

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

Color convert

RGB 36 76 140 -
CMYK 0.74 0.46 0 0.45
HSL 216.92º 0.59% 0.35% -
HSV(B) 216.92º 0.74% 0.55% -
XYZ 8.05 7.44 25.82 -
YUV 71.34 166.75 102.8 -
System Red Green Blue C M Y K H S L
Decimal 36 76 140 0.74 0.46 0 0.45 216.92 0.59 0.35
Hex 24 4C 8C 4A 2E 0 2D D9 3B 23
Octal 44 114 214 112 56 0 55 331 73 43
Binary 100100 1001100 10001100 1001010 101110 0 101101 11011001 111011 100011

Color Harmonies of #244C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244C8C

Black with #244C8C

Text Example


Text Example

White with #244C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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