Html Css Color HEX #24748A Allports

📋 copy color: '#24748A'

red 36 ◦ green 116 ◦ blue 138

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

Shades of Allports #24748A

Tints of Allports #24748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40%

 BLUE value IS 138 (54.3% from 255) = 47.59%

R = 12.41%
G = 40%
B = 47.59%

CMYK

 C value IS 0.74

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#24748A (or 0x24748A) is known color: Allports. HEX triplet: 24, 74 and 8A. RGB value is (36,116,138). Sum of RGB (Red+Green+Blue) = 36+116+138=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #24748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24748A is #DB8B75. Grayscale: #5E5E5E. Windows color (decimal): -14388086 or 9073700. OLE color: 9073700.

HSL color Cylindrical-coordinate representation of color #24748A: hue angle of 192.94º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24748A is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 116 138 -
CMYK 0.74 0.16 0 0.46
HSL 192.94º 0.59% 0.34% -
HSV(B) 192.94º 0.74% 0.54% -
XYZ 11.56 14.7 26.27 -
YUV 94.59 152.5 86.21 -
System Red Green Blue C M Y K H S L
Decimal 36 116 138 0.74 0.16 0 0.46 192.94 0.59 0.34
Hex 24 74 8A 4A 10 0 2E C1 3B 22
Octal 44 164 212 112 20 0 56 301 73 42
Binary 100100 1110100 10001010 1001010 10000 0 101110 11000001 111011 100010

Color Harmonies of #24748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24748A

Black with #24748A

Text Example


Text Example

White with #24748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24748A; }

 p { color: rgb(36,116,138); }

 H1.HeaderClassName
 {
   color: #24748A;
 }
 .AnyTagClassName
 {
   color: #24748A;
 }
</style>

background-color css

<style>
 a { background-color: #24748A; }

 a { background-color: rgb(36,116,138); }

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

border-color css

<style>
 span { border-color: #24748A; }

 span { border-color: rgb(36,116,138); }

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