Html Css Color HEX #3D2F65 Minsk

📋 copy color: '#3D2F65'

red 61 ◦ green 47 ◦ blue 101

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

Shades of Minsk #3D2F65

Tints of Minsk #3D2F65

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.49%

 BLUE value IS 101 (39.84% from 255) = 48.33%

R = 29.19%
G = 22.49%
B = 48.33%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3D2F65 (or 0x3D2F65) is known color: Minsk. HEX triplet: 3D, 2F and 65. RGB value is (61,47,101). Sum of RGB (Red+Green+Blue) = 61+47+101=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #3D2F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2F65 is #C2D09A. Grayscale: #393939. Windows color (decimal): -12767387 or 6631229. OLE color: 6631229.

HSL color Cylindrical-coordinate representation of color #3D2F65: hue angle of 255.56º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D2F65 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 61 47 101 -
CMYK 0.40 0.53 0 0.60
HSL 255.56º 0.36% 0.29% -
HSV(B) 255.56º 0.53% 0.4% -
XYZ 5.29 3.96 12.8 -
YUV 57.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 61 47 101 0.40 0.53 0 0.60 255.56 0.36 0.29
Hex 3D 2F 65 28 35 0 3C 100 24 1D
Octal 75 57 145 50 65 0 74 400 44 35
Binary 111101 101111 1100101 101000 110101 0 111100 100000000 100100 11101

Color Harmonies of #3D2F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2F65

Black with #3D2F65

Text Example


Text Example

White with #3D2F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,47,101); }

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

background-color css

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

 a { background-color: rgb(61,47,101); }

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

border-color css

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

 span { border-color: rgb(61,47,101); }

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