#24606B

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

Shades of Blumine #24606B

Tints of Blumine #24606B

Color information

#24606B (or 0x24606B) is unknown color: approx Blumine. HEX triplet: 24, 60 and 6B. RGB value is (36,96,107). Sum of RGB (Red+Green+Blue) = 36+96+107=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #24606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24606B is #DB9F94. Grayscale: #4F4F4F. Windows color (decimal): -14393237 or 7036964. OLE color: 7036964.

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

Color convert

RGB3696107-
CMYK0.660.1000.58
HSL189.3º49.65%28.04%-
HSV(B)189.3º66.36%41.96%-
XYZ7.569.815.4-
YUV79.31143.6297.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.06%
GREEN value IS 96 (37.89% from 255) = 40.17%
BLUE value IS 107 (42.19% from 255) = 44.77%
R=15.06%
G=40.17%
B=44.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36961070.660.1000.58189.349.6528.04
Hex24606B42A03Abd321c
Octal44140153102120722756234
Binary100100110000011010111000010101001110101011110111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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