Html Css Color HEX #3B3062 Minsk

📋 copy color: '#3B3062'

red 59 ◦ green 48 ◦ blue 98

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

Shades of Minsk #3B3062

Tints of Minsk #3B3062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 47.8%

R = 28.78%
G = 23.41%
B = 47.8%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3B3062 (or 0x3B3062) is known color: Minsk. HEX triplet: 3B, 30 and 62. RGB value is (59,48,98). Sum of RGB (Red+Green+Blue) = 59+48+98=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: blue. Hex color #3B3062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3062 is #C4CF9D. Grayscale: #383838. Windows color (decimal): -12898206 or 6434875. OLE color: 6434875.

HSL color Cylindrical-coordinate representation of color #3B3062: hue angle of 253.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B3062 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 59 48 98 -
CMYK 0.40 0.51 0 0.62
HSL 253.2º 0.34% 0.29% -
HSV(B) 253.2º 0.51% 0.38% -
XYZ 5.07 3.93 12.05 -
YUV 56.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 59 48 98 0.40 0.51 0 0.62 253.2 0.34 0.29
Hex 3B 30 62 28 33 0 3E FD 22 1D
Octal 73 60 142 50 63 0 76 375 42 35
Binary 111011 110000 1100010 101000 110011 0 111110 11111101 100010 11101

Color Harmonies of #3B3062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3062

Black with #3B3062

Text Example


Text Example

White with #3B3062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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