Html Css Color HEX #3D3377 Minsk

📋 copy color: '#3D3377'

red 61 ◦ green 51 ◦ blue 119

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

Shades of Minsk #3D3377

Tints of Minsk #3D3377

RGB

 RED value IS 61 (24.22% from 255) = 26.41%

 GREEN value IS 51 (20.31% from 255) = 22.08%

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

R = 26.41%
G = 22.08%
B = 51.52%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3D3377 (or 0x3D3377) is known color: Minsk. HEX triplet: 3D, 33 and 77. RGB value is (61,51,119). Sum of RGB (Red+Green+Blue) = 61+51+119=231 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.41% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D3377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3377 is #C2CC88. Grayscale: #3D3D3D. Windows color (decimal): -12766345 or 7811901. OLE color: 7811901.

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

Color convert

RGB 61 51 119 -
CMYK 0.49 0.57 0 0.53
HSL 248.82º 0.4% 0.33% -
HSV(B) 248.82º 0.57% 0.47% -
XYZ 6.44 4.69 18.02 -
YUV 61.74 160.31 127.47 -
System Red Green Blue C M Y K H S L
Decimal 61 51 119 0.49 0.57 0 0.53 248.82 0.4 0.33
Hex 3D 33 77 31 39 0 35 F9 28 21
Octal 75 63 167 61 71 0 65 371 50 41
Binary 111101 110011 1110111 110001 111001 0 110101 11111001 101000 100001

Color Harmonies of #3D3377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3377

Black with #3D3377

Text Example


Text Example

White with #3D3377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,51,119); }

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

background-color css

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

 a { background-color: rgb(61,51,119); }

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

border-color css

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

 span { border-color: rgb(61,51,119); }

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