#24606C

Color #24606C Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #24606C

Tints of Blumine #24606C

Color information

#24606C (or 0x24606C) is unknown color: approx Blumine. HEX triplet: 24, 60 and 6C. RGB value is (36,96,108). Sum of RGB (Red+Green+Blue) = 36+96+108=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 108 - color contains mainly: blue. Hex color #24606C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24606C is #DB9F93. Grayscale: #4F4F4F. Windows color (decimal): -14393236 or 7102500. OLE color: 7102500.

HSL color Cylindrical-coordinate representation of color #24606C: hue angle of 190º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24606C is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3696108-
CMYK0.670.1100.58
HSL190º50%28.24%-
HSV(B)190º66.67%42.35%-
XYZ7.629.8215.68-
YUV79.43144.1297.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 108 (42.58% from 255) = 45%
R=15%
G=40%
B=45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36961080.670.1100.581905028.24
Hex24606C43B03Abe321c
Octal44140154103130722766234
Binary100100110000011011001000011101101110101011111011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24606C; }

 p { color: rgb(36,96,108); }

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

<style>
 a { background-color: #24606C; }

 a { background-color: rgb(36,96,108); }

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

<style>
 span { border-color: #24606C; }

 span { border-color: rgb(36,96,108); }

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