Html Css Color HEX #244A8F Endeavour

📋 copy color: '#244A8F'

red 36 ◦ green 74 ◦ blue 143

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

Shades of Endeavour #244A8F

Tints of Endeavour #244A8F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.25%

 BLUE value IS 143 (56.25% from 255) = 56.52%

R = 14.23%
G = 29.25%
B = 56.52%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#244A8F (or 0x244A8F) is known color: Endeavour. HEX triplet: 24, 4A and 8F. RGB value is (36,74,143). Sum of RGB (Red+Green+Blue) = 36+74+143=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 143 (56.25% from 255 or 56.52% from 253); Max value from RGB is 143 - color contains mainly: blue. Hex color #244A8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244A8F is #DBB570. Grayscale: #464646. Windows color (decimal): -14398833 or 9390628. OLE color: 9390628.

HSL color Cylindrical-coordinate representation of color #244A8F: hue angle of 218.69º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #244A8F is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 74 143 -
CMYK 0.75 0.48 0 0.44
HSL 218.69º 0.6% 0.35% -
HSV(B) 218.69º 0.75% 0.56% -
XYZ 8.13 7.26 26.96 -
YUV 70.5 168.91 103.39 -
System Red Green Blue C M Y K H S L
Decimal 36 74 143 0.75 0.48 0 0.44 218.69 0.6 0.35
Hex 24 4A 8F 4B 30 0 2C DB 3C 23
Octal 44 112 217 113 60 0 54 333 74 43
Binary 100100 1001010 10001111 1001011 110000 0 101100 11011011 111100 100011

Color Harmonies of #244A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244A8F

Black with #244A8F

Text Example


Text Example

White with #244A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,74,143); }

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

background-color css

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

 a { background-color: rgb(36,74,143); }

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

border-color css

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

 span { border-color: rgb(36,74,143); }

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