Html Css Color HEX #3B596D Blumine

📋 copy color: '#3B596D'

red 59 ◦ green 89 ◦ blue 109

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

Shades of Blumine #3B596D

Tints of Blumine #3B596D

RGB

 RED value IS 59 (23.44% from 255) = 22.96%

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

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

R = 22.96%
G = 34.63%
B = 42.41%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3B596D (or 0x3B596D) is known color: Blumine. HEX triplet: 3B, 59 and 6D. RGB value is (59,89,109). Sum of RGB (Red+Green+Blue) = 59+89+109=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B596D is #C4A692. Grayscale: #525252. Windows color (decimal): -12887699 or 7166267. OLE color: 7166267.

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

Color convert

RGB 59 89 109 -
CMYK 0.46 0.18 0 0.57
HSL 204º 0.3% 0.33% -
HSV(B) 204º 0.46% 0.43% -
XYZ 8.14 9.18 15.81 -
YUV 82.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 59 89 109 0.46 0.18 0 0.57 204 0.3 0.33
Hex 3B 59 6D 2E 12 0 39 CC 1E 21
Octal 73 131 155 56 22 0 71 314 36 41
Binary 111011 1011001 1101101 101110 10010 0 111001 11001100 11110 100001

Color Harmonies of #3B596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B596D

Black with #3B596D

Text Example


Text Example

White with #3B596D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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