Html Css Color HEX #3C356F Minsk

📋 copy color: '#3C356F'

red 60 ◦ green 53 ◦ blue 111

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

Shades of Minsk #3C356F

Tints of Minsk #3C356F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.66%

 BLUE value IS 111 (43.75% from 255) = 49.55%

R = 26.79%
G = 23.66%
B = 49.55%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C356F (or 0x3C356F) is known color: Minsk. HEX triplet: 3C, 35 and 6F. RGB value is (60,53,111). Sum of RGB (Red+Green+Blue) = 60+53+111=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C356F is #C3CA90. Grayscale: #3D3D3D. Windows color (decimal): -12831377 or 7288124. OLE color: 7288124.

HSL color Cylindrical-coordinate representation of color #3C356F: hue angle of 247.24º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C356F is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 53 111 -
CMYK 0.46 0.52 0 0.56
HSL 247.24º 0.35% 0.32% -
HSV(B) 247.24º 0.52% 0.44% -
XYZ 6.01 4.65 15.62 -
YUV 61.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 60 53 111 0.46 0.52 0 0.56 247.24 0.35 0.32
Hex 3C 35 6F 2E 34 0 38 F7 23 20
Octal 74 65 157 56 64 0 70 367 43 40
Binary 111100 110101 1101111 101110 110100 0 111000 11110111 100011 100000

Color Harmonies of #3C356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C356F

Black with #3C356F

Text Example


Text Example

White with #3C356F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,53,111); }

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

background-color css

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

 a { background-color: rgb(60,53,111); }

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

border-color css

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

 span { border-color: rgb(60,53,111); }

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