#244c8c

Color #244C8C Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #244C8C

Tints of Endeavour #244C8C

Color information

#244C8C (or 0x244C8C) is unknown color: approx 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

RGB3676140-
CMYK0.740.4600.45
HSL216.92º59.09%34.51%-
HSV(B)216.92º74.29%54.9%-
XYZ8.057.4425.82-
YUV71.34166.75102.8-

RGB Variations

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

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 (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36761400.740.4600.45216.9259.0934.51
Hex244C8C4A2E02Dd93b23
Octal44114214112560553317343
Binary1001001001100100011001001010101110010110111011001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244c8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>