#24697A

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

Shades of Allports #24697A

Tints of Allports #24697A

Color information

#24697A (or 0x24697A) is unknown color: approx Allports. HEX triplet: 24, 69 and 7A. RGB value is (36,105,122). Sum of RGB (Red+Green+Blue) = 36+105+122=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #24697A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24697A is #DB9685. Grayscale: #565656. Windows color (decimal): -14390918 or 8022308. OLE color: 8022308.

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

Color convert

RGB36105122-
CMYK0.700.1400.52
HSL191.86º54.43%30.98%-
HSV(B)191.86º70.49%47.84%-
XYZ9.2911.8820.22-
YUV86.31148.1492.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.69%
GREEN value IS 105 (41.41% from 255) = 39.92%
BLUE value IS 122 (48.05% from 255) = 46.39%
R=13.69%
G=39.92%
B=46.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal361051220.700.1400.52191.8654.4330.98
Hex24697A46E034c0361f
Octal44151172106160643006637
Binary100100110100111110101000110111001101001100000011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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