Html Css Color HEX #3C3373 Minsk

📋 copy color: '#3C3373'

red 60 ◦ green 51 ◦ blue 115

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

Shades of Minsk #3C3373

Tints of Minsk #3C3373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.57%

 BLUE value IS 115 (45.31% from 255) = 50.88%

R = 26.55%
G = 22.57%
B = 50.88%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C3373 (or 0x3C3373) is known color: Minsk. HEX triplet: 3C, 33 and 73. RGB value is (60,51,115). Sum of RGB (Red+Green+Blue) = 60+51+115=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C3373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3373 is #C3CC8C. Grayscale: #3C3C3C. Windows color (decimal): -12831885 or 7549756. OLE color: 7549756.

HSL color Cylindrical-coordinate representation of color #3C3373: hue angle of 248.44º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C3373 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 51 115 -
CMYK 0.48 0.56 0 0.55
HSL 248.44º 0.39% 0.33% -
HSV(B) 248.44º 0.56% 0.45% -
XYZ 6.14 4.57 16.78 -
YUV 60.99 158.48 127.3 -
System Red Green Blue C M Y K H S L
Decimal 60 51 115 0.48 0.56 0 0.55 248.44 0.39 0.33
Hex 3C 33 73 30 38 0 37 F8 27 21
Octal 74 63 163 60 70 0 67 370 47 41
Binary 111100 110011 1110011 110000 111000 0 110111 11111000 100111 100001

Color Harmonies of #3C3373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3373

Black with #3C3373

Text Example


Text Example

White with #3C3373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,51,115); }

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

background-color css

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

 a { background-color: rgb(60,51,115); }

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

border-color css

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

 span { border-color: rgb(60,51,115); }

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