Html Css Color HEX #3D3075 Minsk

📋 copy color: '#3D3075'

red 61 ◦ green 48 ◦ blue 117

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

Shades of Minsk #3D3075

Tints of Minsk #3D3075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.24%

 BLUE value IS 117 (46.09% from 255) = 51.77%

R = 26.99%
G = 21.24%
B = 51.77%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3D3075 (or 0x3D3075) is known color: Minsk. HEX triplet: 3D, 30 and 75. RGB value is (61,48,117). Sum of RGB (Red+Green+Blue) = 61+48+117=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D3075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3075 is #C2CF8A. Grayscale: #3B3B3B. Windows color (decimal): -12767115 or 7680061. OLE color: 7680061.

HSL color Cylindrical-coordinate representation of color #3D3075: hue angle of 251.3º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D3075 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 61 48 117 -
CMYK 0.48 0.59 0 0.54
HSL 251.3º 0.42% 0.32% -
HSV(B) 251.3º 0.59% 0.46% -
XYZ 6.19 4.39 17.35 -
YUV 59.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 61 48 117 0.48 0.59 0 0.54 251.3 0.42 0.32
Hex 3D 30 75 30 3B 0 36 FB 2A 20
Octal 75 60 165 60 73 0 66 373 52 40
Binary 111101 110000 1110101 110000 111011 0 110110 11111011 101010 100000

Color Harmonies of #3D3075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3075

Black with #3D3075

Text Example


Text Example

White with #3D3075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,48,117); }

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

background-color css

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

 a { background-color: rgb(61,48,117); }

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

border-color css

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

 span { border-color: rgb(61,48,117); }

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