Html Css Color HEX #3A596B Blumine

📋 copy color: '#3A596B'

red 58 ◦ green 89 ◦ blue 107

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

Shades of Blumine #3A596B

Tints of Blumine #3A596B

RGB

 RED value IS 58 (23.05% from 255) = 22.83%

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

 BLUE value IS 107 (42.19% from 255) = 42.13%

R = 22.83%
G = 35.04%
B = 42.13%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3A596B (or 0x3A596B) is known color: Blumine. HEX triplet: 3A, 59 and 6B. RGB value is (58,89,107). Sum of RGB (Red+Green+Blue) = 58+89+107=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 107 - color contains mainly: blue. Hex color #3A596B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A596B is #C5A694. Grayscale: #515151. Windows color (decimal): -12953237 or 7035194. OLE color: 7035194.

HSL color Cylindrical-coordinate representation of color #3A596B: hue angle of 202.04º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A596B is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 58 89 107 -
CMYK 0.46 0.17 0 0.58
HSL 202.04º 0.3% 0.32% -
HSV(B) 202.04º 0.46% 0.42% -
XYZ 7.97 9.11 15.25 -
YUV 81.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 58 89 107 0.46 0.17 0 0.58 202.04 0.3 0.32
Hex 3A 59 6B 2E 11 0 3A CA 1E 20
Octal 72 131 153 56 21 0 72 312 36 40
Binary 111010 1011001 1101011 101110 10001 0 111010 11001010 11110 100000

Color Harmonies of #3A596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A596B

Black with #3A596B

Text Example


Text Example

White with #3A596B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,89,107); }

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

background-color css

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

 a { background-color: rgb(58,89,107); }

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

border-color css

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

 span { border-color: rgb(58,89,107); }

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