Html Css Color HEX #3A286D Minsk

📋 copy color: '#3A286D'

red 58 ◦ green 40 ◦ blue 109

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

Shades of Minsk #3A286D

Tints of Minsk #3A286D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.32%

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

R = 28.02%
G = 19.32%
B = 52.66%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3A286D (or 0x3A286D) is known color: Minsk. HEX triplet: 3A, 28 and 6D. RGB value is (58,40,109). Sum of RGB (Red+Green+Blue) = 58+40+109=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A286D is #C5D792. Grayscale: #343434. Windows color (decimal): -12965779 or 7153722. OLE color: 7153722.

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

Color convert

RGB 58 40 109 -
CMYK 0.47 0.63 0 0.57
HSL 255.65º 0.46% 0.29% -
HSV(B) 255.65º 0.63% 0.43% -
XYZ 5.26 3.52 14.87 -
YUV 53.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 58 40 109 0.47 0.63 0 0.57 255.65 0.46 0.29
Hex 3A 28 6D 2F 3F 0 39 100 2E 1D
Octal 72 50 155 57 77 0 71 400 56 35
Binary 111010 101000 1101101 101111 111111 0 111001 100000000 101110 11101

Color Harmonies of #3A286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A286D

Black with #3A286D

Text Example


Text Example

White with #3A286D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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