Html Css Color HEX #3A296C Minsk

📋 copy color: '#3A296C'

red 58 ◦ green 41 ◦ blue 108

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

Shades of Minsk #3A296C

Tints of Minsk #3A296C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.81%

 BLUE value IS 108 (42.58% from 255) = 52.17%

R = 28.02%
G = 19.81%
B = 52.17%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3A296C (or 0x3A296C) is known color: Minsk. HEX triplet: 3A, 29 and 6C. RGB value is (58,41,108). Sum of RGB (Red+Green+Blue) = 58+41+108=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A296C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A296C is #C5D693. Grayscale: #353535. Windows color (decimal): -12965524 or 7088442. OLE color: 7088442.

HSL color Cylindrical-coordinate representation of color #3A296C: hue angle of 255.22º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A296C is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 58 41 108 -
CMYK 0.46 0.62 0 0.58
HSL 255.22º 0.45% 0.29% -
HSV(B) 255.22º 0.62% 0.42% -
XYZ 5.24 3.57 14.6 -
YUV 53.72 158.63 131.05 -
System Red Green Blue C M Y K H S L
Decimal 58 41 108 0.46 0.62 0 0.58 255.22 0.45 0.29
Hex 3A 29 6C 2E 3E 0 3A FF 2D 1D
Octal 72 51 154 56 76 0 72 377 55 35
Binary 111010 101001 1101100 101110 111110 0 111010 11111111 101101 11101

Color Harmonies of #3A296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A296C

Black with #3A296C

Text Example


Text Example

White with #3A296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,41,108); }

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

background-color css

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

 a { background-color: rgb(58,41,108); }

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

border-color css

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

 span { border-color: rgb(58,41,108); }

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