#24647A

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

Shades of Allports #24647A

Tints of Allports #24647A

Color information

#24647A (or 0x24647A) is unknown color: approx Allports. HEX triplet: 24, 64 and 7A. RGB value is (36,100,122). Sum of RGB (Red+Green+Blue) = 36+100+122=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #24647A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24647A is #DB9B85. Grayscale: #535353. Windows color (decimal): -14392198 or 8021028. OLE color: 8021028.

HSL color Cylindrical-coordinate representation of color #24647A: hue angle of 195.35º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24647A is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB36100122-
CMYK0.700.1800.52
HSL195.35º54.43%30.98%-
HSV(B)195.35º70.49%47.84%-
XYZ8.810.8920.05-
YUV83.37149.894.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.95%
GREEN value IS 100 (39.45% from 255) = 38.76%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=13.95%
G=38.76%
B=47.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal361001220.700.1800.52195.3554.4330.98
Hex24647A4612034c3361f
Octal44144172106220643036637
Binary1001001100100111101010001101001001101001100001111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,100,122); }

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

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

 a { background-color: rgb(36,100,122); }

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

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

 span { border-color: rgb(36,100,122); }

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