#24768A

Color #24768A Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #24768A

Tints of Allports #24768A

Color information

#24768A (or 0x24768A) is unknown color: approx Allports. HEX triplet: 24, 76 and 8A. RGB value is (36,118,138). Sum of RGB (Red+Green+Blue) = 36+118+138=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #24768A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24768A is #DB8975. Grayscale: #5F5F5F. Windows color (decimal): -14387574 or 9074212. OLE color: 9074212.

HSL color Cylindrical-coordinate representation of color #24768A: hue angle of 191.76º 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 #24768A is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB36118138-
CMYK0.740.1400.46
HSL191.76º58.62%34.12%-
HSV(B)191.76º73.91%54.12%-
XYZ11.7915.1726.35-
YUV95.76151.8385.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.33%
GREEN value IS 118 (46.48% from 255) = 40.41%
BLUE value IS 138 (54.30% from 255) = 47.26%
R=12.33%
G=40.41%
B=47.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal361181380.740.1400.46191.7658.6234.12
Hex24768A4AE02Ec03b22
Octal44166212112160563007342
Binary10010011101101000101010010101110010111011000000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24768A;
 }
 .AnyTagClassName
 {
   color: #24768A;
 }
</style>
background-color css

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

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

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

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

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

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