Html Css Color HEX #24606B Blumine

📋 copy color: '#24606B'

red 36 ◦ green 96 ◦ blue 107

#24606B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blumine #24606B

Tints of Blumine #24606B

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 value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#24606B (or 0x24606B) is known color: 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

RGB 36 96 107 -
CMYK 0.66 0.10 0 0.58
HSL 189.3º 0.5% 0.28% -
HSV(B) 189.3º 0.66% 0.42% -
XYZ 7.56 9.8 15.4 -
YUV 79.31 143.62 97.11 -
System Red Green Blue C M Y K H S L
Decimal 36 96 107 0.66 0.10 0 0.58 189.3 0.5 0.28
Hex 24 60 6B 42 A 0 3A BD 32 1C
Octal 44 140 153 102 12 0 72 275 62 34
Binary 100100 1100000 1101011 1000010 1010 0 111010 10111101 110010 11100

Color Harmonies of #24606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24606B

Black with #24606B

Text Example


Text Example

White with #24606B

Text Example


Text Example

HTML Codes & Css Web 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>