#3A3465

Color #3A3465 Minsk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Minsk #3A3465

Tints of Minsk #3A3465

Color information

#3A3465 (or 0x3A3465) is unknown color: approx Minsk. HEX triplet: 3A, 34 and 65. RGB value is (58,52,101). Sum of RGB (Red+Green+Blue) = 58+52+101=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #3A3465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3465 is #C5CB9A. Grayscale: #3B3B3B. Windows color (decimal): -12962715 or 6632506. OLE color: 6632506.

HSL color Cylindrical-coordinate representation of color #3A3465: hue angle of 247.35º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A3465 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5852101-
CMYK0.430.4900.60
HSL247.35º32.03%30%-
HSV(B)247.35º48.51%39.61%-
XYZ5.324.312.86-
YUV59.38151.49127.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.49%
GREEN value IS 52 (20.70% from 255) = 24.64%
BLUE value IS 101 (39.84% from 255) = 47.87%
R=27.49%
G=24.64%
B=47.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal58521010.430.4900.60247.3532.0330
Hex3A34652B3103Cf7201e
Octal726414553610743674036
Binary111010110100110010110101111000101111001111011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,52,101); }

 H1.HeaderClassName
 {
   color: #3A3465;
 }
 .AnyTagClassName
 {
   color: #3A3465;
 }
</style>
background-color css

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

 a { background-color: rgb(58,52,101); }

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

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

 span { border-color: rgb(58,52,101); }

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