Html Css Color HEX #3C366A Minsk

📋 copy color: '#3C366A'

red 60 ◦ green 54 ◦ blue 106

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

Shades of Minsk #3C366A

Tints of Minsk #3C366A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.55%

 BLUE value IS 106 (41.8% from 255) = 48.18%

R = 27.27%
G = 24.55%
B = 48.18%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3C366A (or 0x3C366A) is known color: Minsk. HEX triplet: 3C, 36 and 6A. RGB value is (60,54,106). Sum of RGB (Red+Green+Blue) = 60+54+106=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #3C366A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C366A is #C3C995. Grayscale: #3D3D3D. Windows color (decimal): -12831126 or 6960700. OLE color: 6960700.

HSL color Cylindrical-coordinate representation of color #3C366A: hue angle of 246.92º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C366A is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 54 106 -
CMYK 0.43 0.49 0 0.58
HSL 246.92º 0.33% 0.31% -
HSV(B) 246.92º 0.49% 0.42% -
XYZ 5.78 4.64 14.23 -
YUV 61.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 60 54 106 0.43 0.49 0 0.58 246.92 0.33 0.31
Hex 3C 36 6A 2B 31 0 3A F7 20 1F
Octal 74 66 152 53 61 0 72 367 40 37
Binary 111100 110110 1101010 101011 110001 0 111010 11110111 100000 11111

Color Harmonies of #3C366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C366A

Black with #3C366A

Text Example


Text Example

White with #3C366A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,54,106); }

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

background-color css

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

 a { background-color: rgb(60,54,106); }

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

border-color css

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

 span { border-color: rgb(60,54,106); }

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