Html Css Color HEX #3A3063 Minsk

📋 copy color: '#3A3063'

red 58 ◦ green 48 ◦ blue 99

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

Shades of Minsk #3A3063

Tints of Minsk #3A3063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 48.29%

R = 28.29%
G = 23.41%
B = 48.29%

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

#3A3063 (or 0x3A3063) is known color: Minsk. HEX triplet: 3A, 30 and 63. RGB value is (58,48,99). Sum of RGB (Red+Green+Blue) = 58+48+99=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #3A3063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3063 is #C5CF9C. Grayscale: #383838. Windows color (decimal): -12963741 or 6500410. OLE color: 6500410.

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

Color convert

RGB 58 48 99 -
CMYK 0.41 0.52 0 0.61
HSL 251.76º 0.35% 0.29% -
HSV(B) 251.76º 0.52% 0.39% -
XYZ 5.05 3.91 12.29 -
YUV 56.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 58 48 99 0.41 0.52 0 0.61 251.76 0.35 0.29
Hex 3A 30 63 29 34 0 3D FC 23 1D
Octal 72 60 143 51 64 0 75 374 43 35
Binary 111010 110000 1100011 101001 110100 0 111101 11111100 100011 11101

Color Harmonies of #3A3063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3063

Black with #3A3063

Text Example


Text Example

White with #3A3063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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