Html Css Color HEX #24728B Allports

📋 copy color: '#24728B'

red 36 ◦ green 114 ◦ blue 139

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

Shades of Allports #24728B

Tints of Allports #24728B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.45%

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

R = 12.46%
G = 39.45%
B = 48.1%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24728B (or 0x24728B) is known color: Allports. HEX triplet: 24, 72 and 8B. RGB value is (36,114,139). Sum of RGB (Red+Green+Blue) = 36+114+139=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #24728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24728B is #DB8D74. Grayscale: #5D5D5D. Windows color (decimal): -14388597 or 9138724. OLE color: 9138724.

HSL color Cylindrical-coordinate representation of color #24728B: hue angle of 194.56º 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 #24728B is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 114 139 -
CMYK 0.74 0.18 0 0.45
HSL 194.56º 0.59% 0.34% -
HSV(B) 194.56º 0.74% 0.55% -
XYZ 11.41 14.27 26.58 -
YUV 93.53 153.66 86.97 -
System Red Green Blue C M Y K H S L
Decimal 36 114 139 0.74 0.18 0 0.45 194.56 0.59 0.34
Hex 24 72 8B 4A 12 0 2D C3 3B 22
Octal 44 162 213 112 22 0 55 303 73 42
Binary 100100 1110010 10001011 1001010 10010 0 101101 11000011 111011 100010

Color Harmonies of #24728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24728B

Black with #24728B

Text Example


Text Example

White with #24728B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24728B; }

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

 H1.HeaderClassName
 {
   color: #24728B;
 }
 .AnyTagClassName
 {
   color: #24728B;
 }
</style>

background-color css

<style>
 a { background-color: #24728B; }

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

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

border-color css

<style>
 span { border-color: #24728B; }

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

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