Html Css Color HEX #24768E Allports

📋 copy color: '#24768E'

red 36 ◦ green 118 ◦ blue 142

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

Shades of Allports #24768E

Tints of Allports #24768E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.86%

 BLUE value IS 142 (55.86% from 255) = 47.97%

R = 12.16%
G = 39.86%
B = 47.97%

CMYK

 C value IS 0.75

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24768E (or 0x24768E) is known color: Allports. HEX triplet: 24, 76 and 8E. RGB value is (36,118,142). Sum of RGB (Red+Green+Blue) = 36+118+142=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #24768E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24768E is #DB8971. Grayscale: #606060. Windows color (decimal): -14387570 or 9336356. OLE color: 9336356.

HSL color Cylindrical-coordinate representation of color #24768E: hue angle of 193.58º 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 #24768E is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 118 142 -
CMYK 0.75 0.17 0 0.44
HSL 193.58º 0.6% 0.35% -
HSV(B) 193.58º 0.75% 0.56% -
XYZ 12.09 15.28 27.9 -
YUV 96.22 153.83 85.05 -
System Red Green Blue C M Y K H S L
Decimal 36 118 142 0.75 0.17 0 0.44 193.58 0.6 0.35
Hex 24 76 8E 4B 11 0 2C C2 3C 23
Octal 44 166 216 113 21 0 54 302 74 43
Binary 100100 1110110 10001110 1001011 10001 0 101100 11000010 111100 100011

Color Harmonies of #24768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24768E

Black with #24768E

Text Example


Text Example

White with #24768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24768E; }

 p { color: rgb(36,118,142); }

 H1.HeaderClassName
 {
   color: #24768E;
 }
 .AnyTagClassName
 {
   color: #24768E;
 }
</style>

background-color css

<style>
 a { background-color: #24768E; }

 a { background-color: rgb(36,118,142); }

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

border-color css

<style>
 span { border-color: #24768E; }

 span { border-color: rgb(36,118,142); }

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