Html Css Color HEX #3C2F76 Minsk

📋 copy color: '#3C2F76'

red 60 ◦ green 47 ◦ blue 118

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

Shades of Minsk #3C2F76

Tints of Minsk #3C2F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.44%

R = 26.67%
G = 20.89%
B = 52.44%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C2F76 (or 0x3C2F76) is known color: Minsk. HEX triplet: 3C, 2F and 76. RGB value is (60,47,118). Sum of RGB (Red+Green+Blue) = 60+47+118=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C2F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2F76 is #C3D089. Grayscale: #3A3A3A. Windows color (decimal): -12832906 or 7745340. OLE color: 7745340.

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

Color convert

RGB 60 47 118 -
CMYK 0.49 0.60 0 0.54
HSL 250.99º 0.43% 0.32% -
HSV(B) 250.99º 0.6% 0.46% -
XYZ 6.15 4.3 17.65 -
YUV 58.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 60 47 118 0.49 0.60 0 0.54 250.99 0.43 0.32
Hex 3C 2F 76 31 3C 0 36 FB 2B 20
Octal 74 57 166 61 74 0 66 373 53 40
Binary 111100 101111 1110110 110001 111100 0 110110 11111011 101011 100000

Color Harmonies of #3C2F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2F76

Black with #3C2F76

Text Example


Text Example

White with #3C2F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,47,118); }

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

background-color css

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

 a { background-color: rgb(60,47,118); }

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

border-color css

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

 span { border-color: rgb(60,47,118); }

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