Html Css Color HEX #3B3277 Minsk

📋 copy color: '#3B3277'

red 59 ◦ green 50 ◦ blue 119

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

Shades of Minsk #3B3277

Tints of Minsk #3B3277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.93%

 BLUE value IS 119 (46.88% from 255) = 52.19%

R = 25.88%
G = 21.93%
B = 52.19%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3B3277 (or 0x3B3277) is known color: Minsk. HEX triplet: 3B, 32 and 77. RGB value is (59,50,119). Sum of RGB (Red+Green+Blue) = 59+50+119=228 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.88% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B3277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3277 is #C4CD88. Grayscale: #3C3C3C. Windows color (decimal): -12897673 or 7811643. OLE color: 7811643.

HSL color Cylindrical-coordinate representation of color #3B3277: hue angle of 247.83º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B3277 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 59 50 119 -
CMYK 0.50 0.58 0 0.53
HSL 247.83º 0.41% 0.33% -
HSV(B) 247.83º 0.58% 0.47% -
XYZ 6.27 4.54 18 -
YUV 60.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 59 50 119 0.50 0.58 0 0.53 247.83 0.41 0.33
Hex 3B 32 77 32 3A 0 35 F8 29 21
Octal 73 62 167 62 72 0 65 370 51 41
Binary 111011 110010 1110111 110010 111010 0 110101 11111000 101001 100001

Color Harmonies of #3B3277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3277

Black with #3B3277

Text Example


Text Example

White with #3B3277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,50,119); }

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

background-color css

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

 a { background-color: rgb(59,50,119); }

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

border-color css

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

 span { border-color: rgb(59,50,119); }

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