Html Css Color HEX #244D85 Endeavour

📋 copy color: '#244D85'

red 36 ◦ green 77 ◦ blue 133

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

Shades of Endeavour #244D85

Tints of Endeavour #244D85

RGB

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

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

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

R = 14.63%
G = 31.3%
B = 54.07%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#244D85 (or 0x244D85) is known color: Endeavour. HEX triplet: 24, 4D and 85. RGB value is (36,77,133). Sum of RGB (Red+Green+Blue) = 36+77+133=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #244D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244D85 is #DBB27A. Grayscale: #464646. Windows color (decimal): -14398075 or 8736036. OLE color: 8736036.

HSL color Cylindrical-coordinate representation of color #244D85: hue angle of 214.64º 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 #244D85 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 77 133 -
CMYK 0.73 0.42 0 0.48
HSL 214.64º 0.57% 0.33% -
HSV(B) 214.64º 0.73% 0.52% -
XYZ 7.62 7.38 23.21 -
YUV 71.13 162.92 102.95 -
System Red Green Blue C M Y K H S L
Decimal 36 77 133 0.73 0.42 0 0.48 214.64 0.57 0.33
Hex 24 4D 85 49 2A 0 30 D7 39 21
Octal 44 115 205 111 52 0 60 327 71 41
Binary 100100 1001101 10000101 1001001 101010 0 110000 11010111 111001 100001

Color Harmonies of #244D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244D85

Black with #244D85

Text Example


Text Example

White with #244D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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