Html Css Color HEX #3C2E75 Minsk

📋 copy color: '#3C2E75'

red 60 ◦ green 46 ◦ blue 117

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

Shades of Minsk #3C2E75

Tints of Minsk #3C2E75

RGB

 RED value IS 60 (23.83% from 255) = 26.91%

 GREEN value IS 46 (18.36% from 255) = 20.63%

 BLUE value IS 117 (46.09% from 255) = 52.47%

R = 26.91%
G = 20.63%
B = 52.47%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C2E75 (or 0x3C2E75) is known color: Minsk. HEX triplet: 3C, 2E and 75. RGB value is (60,46,117). Sum of RGB (Red+Green+Blue) = 60+46+117=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C2E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2E75 is #C3D18A. Grayscale: #3A3A3A. Windows color (decimal): -12833163 or 7679548. OLE color: 7679548.

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

Color convert

RGB 60 46 117 -
CMYK 0.49 0.61 0 0.54
HSL 251.83º 0.44% 0.32% -
HSV(B) 251.83º 0.61% 0.46% -
XYZ 6.05 4.2 17.32 -
YUV 58.28 161.14 129.23 -
System Red Green Blue C M Y K H S L
Decimal 60 46 117 0.49 0.61 0 0.54 251.83 0.44 0.32
Hex 3C 2E 75 31 3D 0 36 FC 2C 20
Octal 74 56 165 61 75 0 66 374 54 40
Binary 111100 101110 1110101 110001 111101 0 110110 11111100 101100 100000

Color Harmonies of #3C2E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2E75

Black with #3C2E75

Text Example


Text Example

White with #3C2E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,46,117); }

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

background-color css

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

 a { background-color: rgb(60,46,117); }

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

border-color css

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

 span { border-color: rgb(60,46,117); }

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