Html Css Color HEX #3B296C Minsk

📋 copy color: '#3B296C'

red 59 ◦ green 41 ◦ blue 108

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

Shades of Minsk #3B296C

Tints of Minsk #3B296C

RGB

 RED value IS 59 (23.44% from 255) = 28.37%

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

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

R = 28.37%
G = 19.71%
B = 51.92%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3B296C (or 0x3B296C) is known color: Minsk. HEX triplet: 3B, 29 and 6C. RGB value is (59,41,108). Sum of RGB (Red+Green+Blue) = 59+41+108=208 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.37% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #3B296C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B296C is #C4D693. Grayscale: #353535. Windows color (decimal): -12899988 or 7088443. OLE color: 7088443.

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

Color convert

RGB 59 41 108 -
CMYK 0.45 0.62 0 0.58
HSL 256.12º 0.45% 0.29% -
HSV(B) 256.12º 0.62% 0.42% -
XYZ 5.3 3.6 14.6 -
YUV 54.02 158.46 131.55 -
System Red Green Blue C M Y K H S L
Decimal 59 41 108 0.45 0.62 0 0.58 256.12 0.45 0.29
Hex 3B 29 6C 2D 3E 0 3A 100 2D 1D
Octal 73 51 154 55 76 0 72 400 55 35
Binary 111011 101001 1101100 101101 111110 0 111010 100000000 101101 11101

Color Harmonies of #3B296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B296C

Black with #3B296C

Text Example


Text Example

White with #3B296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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