Html Css Color HEX #3A3062 Minsk

📋 copy color: '#3A3062'

red 58 ◦ green 48 ◦ blue 98

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

Shades of Minsk #3A3062

Tints of Minsk #3A3062

RGB

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

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

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

R = 28.43%
G = 23.53%
B = 48.04%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3A3062 (or 0x3A3062) is known color: Minsk. HEX triplet: 3A, 30 and 62. RGB value is (58,48,98). Sum of RGB (Red+Green+Blue) = 58+48+98=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #3A3062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3062 is #C5CF9D. Grayscale: #383838. Windows color (decimal): -12963742 or 6434874. OLE color: 6434874.

HSL color Cylindrical-coordinate representation of color #3A3062: hue angle of 252º 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 #3A3062 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 48 98 -
CMYK 0.41 0.51 0 0.62
HSL 252º 0.34% 0.29% -
HSV(B) 252º 0.51% 0.38% -
XYZ 5.01 3.9 12.04 -
YUV 56.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 58 48 98 0.41 0.51 0 0.62 252 0.34 0.29
Hex 3A 30 62 29 33 0 3E FC 22 1D
Octal 72 60 142 51 63 0 76 374 42 35
Binary 111010 110000 1100010 101001 110011 0 111110 11111100 100010 11101

Color Harmonies of #3A3062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3062

Black with #3A3062

Text Example


Text Example

White with #3A3062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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