Html Css Color HEX #3D3570 Minsk

📋 copy color: '#3D3570'

red 61 ◦ green 53 ◦ blue 112

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

Shades of Minsk #3D3570

Tints of Minsk #3D3570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.45%

 BLUE value IS 112 (44.14% from 255) = 49.56%

R = 26.99%
G = 23.45%
B = 49.56%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3D3570 (or 0x3D3570) is known color: Minsk. HEX triplet: 3D, 35 and 70. RGB value is (61,53,112). Sum of RGB (Red+Green+Blue) = 61+53+112=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #3D3570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3570 is #C2CA8F. Grayscale: #3D3D3D. Windows color (decimal): -12765840 or 7353661. OLE color: 7353661.

HSL color Cylindrical-coordinate representation of color #3D3570: hue angle of 248.14º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D3570 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 53 112 -
CMYK 0.46 0.53 0 0.56
HSL 248.14º 0.36% 0.32% -
HSV(B) 248.14º 0.53% 0.44% -
XYZ 6.12 4.71 15.92 -
YUV 62.12 156.15 127.2 -
System Red Green Blue C M Y K H S L
Decimal 61 53 112 0.46 0.53 0 0.56 248.14 0.36 0.32
Hex 3D 35 70 2E 35 0 38 F8 24 20
Octal 75 65 160 56 65 0 70 370 44 40
Binary 111101 110101 1110000 101110 110101 0 111000 11111000 100100 100000

Color Harmonies of #3D3570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3570

Black with #3D3570

Text Example


Text Example

White with #3D3570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,53,112); }

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

background-color css

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

 a { background-color: rgb(61,53,112); }

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

border-color css

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

 span { border-color: rgb(61,53,112); }

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