#24606A

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

Shades of Blumine #24606A

Tints of Blumine #24606A

Color information

#24606A (or 0x24606A) is unknown color: approx Blumine. HEX triplet: 24, 60 and 6A. RGB value is (36,96,106). Sum of RGB (Red+Green+Blue) = 36+96+106=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #24606A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24606A is #DB9F95. Grayscale: #4F4F4F. Windows color (decimal): -14393238 or 6971428. OLE color: 6971428.

HSL color Cylindrical-coordinate representation of color #24606A: hue angle of 188.57º degrees, saturation: 0.49, 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 #24606A is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3696106-
CMYK0.660.0900.58
HSL188.57º49.3%27.84%-
HSV(B)188.57º66.04%41.57%-
XYZ7.519.7815.13-
YUV79.2143.1297.19-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.13%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 106 (41.80% from 255) = 44.54%
R=15.13%
G=40.34%
B=44.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36961060.660.0900.58188.5749.327.84
Hex24606A42903Abd311c
Octal44140152102110722756134
Binary100100110000011010101000010100101110101011110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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