Html Css Color HEX #3D3267 Minsk

📋 copy color: '#3D3267'

red 61 ◦ green 50 ◦ blue 103

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

Shades of Minsk #3D3267

Tints of Minsk #3D3267

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.36%

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

R = 28.5%
G = 23.36%
B = 48.13%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3D3267 (or 0x3D3267) is known color: Minsk. HEX triplet: 3D, 32 and 67. RGB value is (61,50,103). Sum of RGB (Red+Green+Blue) = 61+50+103=214 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.50% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 103 - color contains mainly: blue. Hex color #3D3267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3267 is #C2CD98. Grayscale: #3B3B3B. Windows color (decimal): -12766617 or 6763069. OLE color: 6763069.

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

Color convert

RGB 61 50 103 -
CMYK 0.41 0.51 0 0.60
HSL 252.45º 0.35% 0.3% -
HSV(B) 252.45º 0.51% 0.4% -
XYZ 5.51 4.25 13.36 -
YUV 59.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 61 50 103 0.41 0.51 0 0.60 252.45 0.35 0.3
Hex 3D 32 67 29 33 0 3C FC 23 1E
Octal 75 62 147 51 63 0 74 374 43 36
Binary 111101 110010 1100111 101001 110011 0 111100 11111100 100011 11110

Color Harmonies of #3D3267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3267

Black with #3D3267

Text Example


Text Example

White with #3D3267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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