Html Css Color HEX #3D3378 Minsk

📋 copy color: '#3D3378'

red 61 ◦ green 51 ◦ blue 120

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

Shades of Minsk #3D3378

Tints of Minsk #3D3378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.72%

R = 26.29%
G = 21.98%
B = 51.72%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3D3378 (or 0x3D3378) is known color: Minsk. HEX triplet: 3D, 33 and 78. RGB value is (61,51,120). Sum of RGB (Red+Green+Blue) = 61+51+120=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D3378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3378 is #C2CC87. Grayscale: #3D3D3D. Windows color (decimal): -12766344 or 7877437. OLE color: 7877437.

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

Color convert

RGB 61 51 120 -
CMYK 0.49 0.58 0 0.53
HSL 248.7º 0.4% 0.34% -
HSV(B) 248.7º 0.58% 0.47% -
XYZ 6.5 4.72 18.34 -
YUV 61.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 61 51 120 0.49 0.58 0 0.53 248.7 0.4 0.34
Hex 3D 33 78 31 3A 0 35 F9 28 22
Octal 75 63 170 61 72 0 65 371 50 42
Binary 111101 110011 1111000 110001 111010 0 110101 11111001 101000 100010

Color Harmonies of #3D3378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3378

Black with #3D3378

Text Example


Text Example

White with #3D3378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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