#24696F

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

Shades of Allports #24696F

Tints of Allports #24696F

Color information

#24696F (or 0x24696F) is unknown color: approx Allports. HEX triplet: 24, 69 and 6F. RGB value is (36,105,111). Sum of RGB (Red+Green+Blue) = 36+105+111=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 111 - color contains mainly: blue. Hex color #24696F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24696F is #DB9690. Grayscale: #545454. Windows color (decimal): -14390929 or 7301412. OLE color: 7301412.

HSL color Cylindrical-coordinate representation of color #24696F: hue angle of 184.8º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24696F is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB36105111-
CMYK0.680.0500.56
HSL184.8º51.02%28.82%-
HSV(B)184.8º67.57%43.53%-
XYZ8.6511.6316.83-
YUV85.05142.6493.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.29%
GREEN value IS 105 (41.41% from 255) = 41.67%
BLUE value IS 111 (43.75% from 255) = 44.05%
R=14.29%
G=41.67%
B=44.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal361051110.680.0500.56184.851.0228.82
Hex24696F445038b9331d
Octal4415115710450702716335
Binary10010011010011101111100010010101110001011100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24696F; }

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

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

<style>
 a { background-color: #24696F; }

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

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

<style>
 span { border-color: #24696F; }

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

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