Html Css Color HEX #244F8B Endeavour

📋 copy color: '#244F8B'

red 36 ◦ green 79 ◦ blue 139

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

Shades of Endeavour #244F8B

Tints of Endeavour #244F8B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.1%

 BLUE value IS 139 (54.69% from 255) = 54.72%

R = 14.17%
G = 31.1%
B = 54.72%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#244F8B (or 0x244F8B) is known color: Endeavour. HEX triplet: 24, 4F and 8B. RGB value is (36,79,139). Sum of RGB (Red+Green+Blue) = 36+79+139=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #244F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #244F8B is #DBB074. Grayscale: #484848. Windows color (decimal): -14397557 or 9129764. OLE color: 9129764.

HSL color Cylindrical-coordinate representation of color #244F8B: hue angle of 214.95º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #244F8B is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 79 139 -
CMYK 0.74 0.43 0 0.45
HSL 214.95º 0.59% 0.34% -
HSV(B) 214.95º 0.74% 0.55% -
XYZ 8.18 7.83 25.51 -
YUV 72.98 165.25 101.62 -
System Red Green Blue C M Y K H S L
Decimal 36 79 139 0.74 0.43 0 0.45 214.95 0.59 0.34
Hex 24 4F 8B 4A 2B 0 2D D7 3B 22
Octal 44 117 213 112 53 0 55 327 73 42
Binary 100100 1001111 10001011 1001010 101011 0 101101 11010111 111011 100010

Color Harmonies of #244F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244F8B

Black with #244F8B

Text Example


Text Example

White with #244F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,79,139); }

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

background-color css

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

 a { background-color: rgb(36,79,139); }

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

border-color css

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

 span { border-color: rgb(36,79,139); }

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