Html Css Color HEX #3C3162 Minsk

📋 copy color: '#3C3162'

red 60 ◦ green 49 ◦ blue 98

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

Shades of Minsk #3C3162

Tints of Minsk #3C3162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.67%

 BLUE value IS 98 (38.67% from 255) = 47.34%

R = 28.99%
G = 23.67%
B = 47.34%

CMYK

 C value IS 0.39

 M value IS 0.5

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C3162 (or 0x3C3162) is known color: Minsk. HEX triplet: 3C, 31 and 62. RGB value is (60,49,98). Sum of RGB (Red+Green+Blue) = 60+49+98=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C3162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3162 is #C3CE9D. Grayscale: #393939. Windows color (decimal): -12832414 or 6435132. OLE color: 6435132.

HSL color Cylindrical-coordinate representation of color #3C3162: hue angle of 253.47º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C3162 is Cyan = 0.39, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 49 98 -
CMYK 0.39 0.5 0 0.62
HSL 253.47º 0.33% 0.29% -
HSV(B) 253.47º 0.5% 0.38% -
XYZ 5.17 4.04 12.06 -
YUV 57.88 150.64 129.52 -
System Red Green Blue C M Y K H S L
Decimal 60 49 98 0.39 0.5 0 0.62 253.47 0.33 0.29
Hex 3C 31 62 27 32 0 3E FD 21 1D
Octal 74 61 142 47 62 0 76 375 41 35
Binary 111100 110001 1100010 100111 110010 0 111110 11111101 100001 11101

Color Harmonies of #3C3162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3162

Black with #3C3162

Text Example


Text Example

White with #3C3162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,49,98); }

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

background-color css

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

 a { background-color: rgb(60,49,98); }

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

border-color css

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

 span { border-color: rgb(60,49,98); }

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