Html Css Color HEX #3C596D Blumine

📋 copy color: '#3C596D'

red 60 ◦ green 89 ◦ blue 109

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

Shades of Blumine #3C596D

Tints of Blumine #3C596D

RGB

 RED value IS 60 (23.83% from 255) = 23.26%

 GREEN value IS 89 (35.16% from 255) = 34.5%

 BLUE value IS 109 (42.97% from 255) = 42.25%

R = 23.26%
G = 34.5%
B = 42.25%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3C596D (or 0x3C596D) is known color: Blumine. HEX triplet: 3C, 59 and 6D. RGB value is (60,89,109). Sum of RGB (Red+Green+Blue) = 60+89+109=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C596D is #C3A692. Grayscale: #525252. Windows color (decimal): -12822163 or 7166268. OLE color: 7166268.

HSL color Cylindrical-coordinate representation of color #3C596D: hue angle of 204.49º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C596D is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 60 89 109 -
CMYK 0.45 0.18 0 0.57
HSL 204.49º 0.29% 0.33% -
HSV(B) 204.49º 0.45% 0.43% -
XYZ 8.2 9.21 15.81 -
YUV 82.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 60 89 109 0.45 0.18 0 0.57 204.49 0.29 0.33
Hex 3C 59 6D 2D 12 0 39 CC 1D 21
Octal 74 131 155 55 22 0 71 314 35 41
Binary 111100 1011001 1101101 101101 10010 0 111001 11001100 11101 100001

Color Harmonies of #3C596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C596D

Black with #3C596D

Text Example


Text Example

White with #3C596D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C596D; }

 p { color: rgb(60,89,109); }

 H1.HeaderClassName
 {
   color: #3C596D;
 }
 .AnyTagClassName
 {
   color: #3C596D;
 }
</style>

background-color css

<style>
 a { background-color: #3C596D; }

 a { background-color: rgb(60,89,109); }

 div.DivClassName
 {
   background-color: #3C596D;
 }
 .BgClassName
 {
   background-color: #3C596D;
 }
</style>

border-color css

<style>
 span { border-color: #3C596D; }

 span { border-color: rgb(60,89,109); }

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