Html Css Color HEX #3B3064 Minsk

📋 copy color: '#3B3064'

red 59 ◦ green 48 ◦ blue 100

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

Shades of Minsk #3B3064

Tints of Minsk #3B3064

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.19%

 BLUE value IS 100 (39.45% from 255) = 48.31%

R = 28.5%
G = 23.19%
B = 48.31%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3B3064 (or 0x3B3064) is known color: Minsk. HEX triplet: 3B, 30 and 64. RGB value is (59,48,100). Sum of RGB (Red+Green+Blue) = 59+48+100=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #3B3064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3064 is #C4CF9B. Grayscale: #393939. Windows color (decimal): -12898204 or 6565947. OLE color: 6565947.

HSL color Cylindrical-coordinate representation of color #3B3064: hue angle of 252.69º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B3064 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 59 48 100 -
CMYK 0.41 0.52 0 0.61
HSL 252.69º 0.35% 0.29% -
HSV(B) 252.69º 0.52% 0.39% -
XYZ 5.16 3.96 12.55 -
YUV 57.22 152.14 129.27 -
System Red Green Blue C M Y K H S L
Decimal 59 48 100 0.41 0.52 0 0.61 252.69 0.35 0.29
Hex 3B 30 64 29 34 0 3D FD 23 1D
Octal 73 60 144 51 64 0 75 375 43 35
Binary 111011 110000 1100100 101001 110100 0 111101 11111101 100011 11101

Color Harmonies of #3B3064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3064

Black with #3B3064

Text Example


Text Example

White with #3B3064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,48,100); }

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

background-color css

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

 a { background-color: rgb(59,48,100); }

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

border-color css

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

 span { border-color: rgb(59,48,100); }

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