Html Css Color HEX #3C3372 Minsk

📋 copy color: '#3C3372'

red 60 ◦ green 51 ◦ blue 114

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

Shades of Minsk #3C3372

Tints of Minsk #3C3372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.67%

R = 26.67%
G = 22.67%
B = 50.67%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3C3372 (or 0x3C3372) is known color: Minsk. HEX triplet: 3C, 33 and 72. RGB value is (60,51,114). Sum of RGB (Red+Green+Blue) = 60+51+114=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C3372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3372 is #C3CC8D. Grayscale: #3C3C3C. Windows color (decimal): -12831886 or 7484220. OLE color: 7484220.

HSL color Cylindrical-coordinate representation of color #3C3372: hue angle of 248.57º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C3372 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 51 114 -
CMYK 0.47 0.55 0 0.55
HSL 248.57º 0.38% 0.32% -
HSV(B) 248.57º 0.55% 0.45% -
XYZ 6.08 4.54 16.48 -
YUV 60.87 157.98 127.38 -
System Red Green Blue C M Y K H S L
Decimal 60 51 114 0.47 0.55 0 0.55 248.57 0.38 0.32
Hex 3C 33 72 2F 37 0 37 F9 26 20
Octal 74 63 162 57 67 0 67 371 46 40
Binary 111100 110011 1110010 101111 110111 0 110111 11111001 100110 100000

Color Harmonies of #3C3372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3372

Black with #3C3372

Text Example


Text Example

White with #3C3372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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