#244B8D

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

Shades of Endeavour #244B8D

Tints of Endeavour #244B8D

Color information

#244B8D (or 0x244B8D) is unknown color: approx Endeavour. HEX triplet: 24, 4B and 8D. RGB value is (36,75,141). Sum of RGB (Red+Green+Blue) = 36+75+141=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #244B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244B8D is #DBB472. Grayscale: #464646. Windows color (decimal): -14398579 or 9259812. OLE color: 9259812.

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

Color convert

RGB3675141-
CMYK0.740.4700.45
HSL217.71º59.32%34.71%-
HSV(B)217.71º74.47%55.29%-
XYZ8.057.3326.19-
YUV70.86167.58103.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.29%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 141 (55.47% from 255) = 55.95%
R=14.29%
G=29.76%
B=55.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36751410.740.4700.45217.7159.3234.71
Hex244B8D4A2F02Dda3b23
Octal44113215112570553327343
Binary1001001001011100011011001010101111010110111011010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #244B8D;
 }
 .AnyTagClassName
 {
   color: #244B8D;
 }
</style>
background-color css

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

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

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

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

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

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