Html Css Color HEX #244C4E Dark Slate Grey

📋 copy color: '#244C4E'

red 36 ◦ green 76 ◦ blue 78

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

Shades of Dark Slate Grey #244C4E

Tints of Dark Slate Grey #244C4E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40%

 BLUE value IS 78 (30.86% from 255) = 41.05%

R = 18.95%
G = 40%
B = 41.05%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#244C4E (or 0x244C4E) is known color: Dark Slate Grey. HEX triplet: 24, 4C and 4E. RGB value is (36,76,78). Sum of RGB (Red+Green+Blue) = 36+76+78=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 78 - color contains mainly: blue. Hex color #244C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244C4E is #DBB3B1. Grayscale: #404040. Windows color (decimal): -14398386 or 5131300. OLE color: 5131300.

HSL color Cylindrical-coordinate representation of color #244C4E: hue angle of 182.86º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #244C4E is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 36 76 78 -
CMYK 0.54 0.03 0 0.69
HSL 182.86º 0.37% 0.22% -
HSV(B) 182.86º 0.54% 0.31% -
XYZ 4.69 6.09 8.14 -
YUV 64.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 36 76 78 0.54 0.03 0 0.69 182.86 0.37 0.22
Hex 24 4C 4E 36 3 0 45 B7 25 16
Octal 44 114 116 66 3 0 105 267 45 26
Binary 100100 1001100 1001110 110110 11 0 1000101 10110111 100101 10110

Color Harmonies of #244C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244C4E

Black with #244C4E

Text Example


Text Example

White with #244C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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