Html Css Color HEX #3A306D Minsk

📋 copy color: '#3A306D'

red 58 ◦ green 48 ◦ blue 109

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

Shades of Minsk #3A306D

Tints of Minsk #3A306D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 50.7%

R = 26.98%
G = 22.33%
B = 50.7%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3A306D (or 0x3A306D) is known color: Minsk. HEX triplet: 3A, 30 and 6D. RGB value is (58,48,109). Sum of RGB (Red+Green+Blue) = 58+48+109=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A306D is #C5CF92. Grayscale: #393939. Windows color (decimal): -12963731 or 7155770. OLE color: 7155770.

HSL color Cylindrical-coordinate representation of color #3A306D: hue angle of 249.84º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A306D is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 58 48 109 -
CMYK 0.47 0.56 0 0.57
HSL 249.84º 0.39% 0.31% -
HSV(B) 249.84º 0.56% 0.43% -
XYZ 5.56 4.12 14.97 -
YUV 57.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 58 48 109 0.47 0.56 0 0.57 249.84 0.39 0.31
Hex 3A 30 6D 2F 38 0 39 FA 27 1F
Octal 72 60 155 57 70 0 71 372 47 37
Binary 111010 110000 1101101 101111 111000 0 111001 11111010 100111 11111

Color Harmonies of #3A306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A306D

Black with #3A306D

Text Example


Text Example

White with #3A306D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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