Html Css Color HEX #3D3667 Minsk

📋 copy color: '#3D3667'

red 61 ◦ green 54 ◦ blue 103

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

Shades of Minsk #3D3667

Tints of Minsk #3D3667

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.77%

 BLUE value IS 103 (40.63% from 255) = 47.25%

R = 27.98%
G = 24.77%
B = 47.25%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3D3667 (or 0x3D3667) is known color: Minsk. HEX triplet: 3D, 36 and 67. RGB value is (61,54,103). Sum of RGB (Red+Green+Blue) = 61+54+103=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 103 - color contains mainly: blue. Hex color #3D3667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3667 is #C2C998. Grayscale: #3D3D3D. Windows color (decimal): -12765593 or 6764093. OLE color: 6764093.

HSL color Cylindrical-coordinate representation of color #3D3667: hue angle of 248.57º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D3667 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 61 54 103 -
CMYK 0.41 0.48 0 0.60
HSL 248.57º 0.31% 0.31% -
HSV(B) 248.57º 0.48% 0.4% -
XYZ 5.69 4.61 13.42 -
YUV 61.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 61 54 103 0.41 0.48 0 0.60 248.57 0.31 0.31
Hex 3D 36 67 29 30 0 3C F9 1F 1F
Octal 75 66 147 51 60 0 74 371 37 37
Binary 111101 110110 1100111 101001 110000 0 111100 11111001 11111 11111

Color Harmonies of #3D3667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3667

Black with #3D3667

Text Example


Text Example

White with #3D3667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,54,103); }

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

background-color css

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

 a { background-color: rgb(61,54,103); }

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

border-color css

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

 span { border-color: rgb(61,54,103); }

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