Html Css Color HEX #244E85 Endeavour

📋 copy color: '#244E85'

red 36 ◦ green 78 ◦ blue 133

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

Shades of Endeavour #244E85

Tints of Endeavour #244E85

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.58%

 BLUE value IS 133 (52.34% from 255) = 53.85%

R = 14.57%
G = 31.58%
B = 53.85%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#244E85 (or 0x244E85) is known color: Endeavour. HEX triplet: 24, 4E and 85. RGB value is (36,78,133). Sum of RGB (Red+Green+Blue) = 36+78+133=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #244E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244E85 is #DBB17A. Grayscale: #474747. Windows color (decimal): -14397819 or 8736292. OLE color: 8736292.

HSL color Cylindrical-coordinate representation of color #244E85: hue angle of 214.02º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #244E85 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 78 133 -
CMYK 0.73 0.41 0 0.48
HSL 214.02º 0.57% 0.33% -
HSV(B) 214.02º 0.73% 0.52% -
XYZ 7.69 7.52 23.24 -
YUV 71.71 162.59 102.53 -
System Red Green Blue C M Y K H S L
Decimal 36 78 133 0.73 0.41 0 0.48 214.02 0.57 0.33
Hex 24 4E 85 49 29 0 30 D6 39 21
Octal 44 116 205 111 51 0 60 326 71 41
Binary 100100 1001110 10000101 1001001 101001 0 110000 11010110 111001 100001

Color Harmonies of #244E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244E85

Black with #244E85

Text Example


Text Example

White with #244E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,78,133); }

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

background-color css

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

 a { background-color: rgb(36,78,133); }

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

border-color css

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

 span { border-color: rgb(36,78,133); }

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