Html Css Color HEX #3D3869 Minsk

📋 copy color: '#3D3869'

red 61 ◦ green 56 ◦ blue 105

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

Shades of Minsk #3D3869

Tints of Minsk #3D3869

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.23%

 BLUE value IS 105 (41.41% from 255) = 47.3%

R = 27.48%
G = 25.23%
B = 47.3%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3D3869 (or 0x3D3869) is known color: Minsk. HEX triplet: 3D, 38 and 69. RGB value is (61,56,105). Sum of RGB (Red+Green+Blue) = 61+56+105=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #3D3869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3869 is #C2C796. Grayscale: #3E3E3E. Windows color (decimal): -12765079 or 6895677. OLE color: 6895677.

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

Color convert

RGB 61 56 105 -
CMYK 0.42 0.47 0 0.59
HSL 246.12º 0.3% 0.32% -
HSV(B) 246.12º 0.47% 0.41% -
XYZ 5.89 4.84 13.99 -
YUV 63.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 61 56 105 0.42 0.47 0 0.59 246.12 0.3 0.32
Hex 3D 38 69 2A 2F 0 3B F6 1E 20
Octal 75 70 151 52 57 0 73 366 36 40
Binary 111101 111000 1101001 101010 101111 0 111011 11110110 11110 100000

Color Harmonies of #3D3869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3869

Black with #3D3869

Text Example


Text Example

White with #3D3869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,56,105); }

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

background-color css

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

 a { background-color: rgb(61,56,105); }

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

border-color css

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

 span { border-color: rgb(61,56,105); }

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