Html Css Color HEX #3A596E Blumine

📋 copy color: '#3A596E'

red 58 ◦ green 89 ◦ blue 110

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

Shades of Blumine #3A596E

Tints of Blumine #3A596E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.8%

R = 22.57%
G = 34.63%
B = 42.8%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3A596E (or 0x3A596E) is known color: Blumine. HEX triplet: 3A, 59 and 6E. RGB value is (58,89,110). Sum of RGB (Red+Green+Blue) = 58+89+110=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A596E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A596E is #C5A691. Grayscale: #525252. Windows color (decimal): -12953234 or 7231802. OLE color: 7231802.

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

Color convert

RGB 58 89 110 -
CMYK 0.47 0.19 0 0.57
HSL 204.23º 0.31% 0.33% -
HSV(B) 204.23º 0.47% 0.43% -
XYZ 8.13 9.17 16.09 -
YUV 82.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 58 89 110 0.47 0.19 0 0.57 204.23 0.31 0.33
Hex 3A 59 6E 2F 13 0 39 CC 1F 21
Octal 72 131 156 57 23 0 71 314 37 41
Binary 111010 1011001 1101110 101111 10011 0 111001 11001100 11111 100001

Color Harmonies of #3A596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A596E

Black with #3A596E

Text Example


Text Example

White with #3A596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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