Html Css Color HEX #3C356E Minsk

📋 copy color: '#3C356E'

red 60 ◦ green 53 ◦ blue 110

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

Shades of Minsk #3C356E

Tints of Minsk #3C356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 49.33%

R = 26.91%
G = 23.77%
B = 49.33%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3C356E (or 0x3C356E) is known color: Minsk. HEX triplet: 3C, 35 and 6E. RGB value is (60,53,110). Sum of RGB (Red+Green+Blue) = 60+53+110=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C356E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C356E is #C3CA91. Grayscale: #3D3D3D. Windows color (decimal): -12831378 or 7222588. OLE color: 7222588.

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

Color convert

RGB 60 53 110 -
CMYK 0.45 0.52 0 0.57
HSL 247.37º 0.35% 0.32% -
HSV(B) 247.37º 0.52% 0.43% -
XYZ 5.95 4.63 15.33 -
YUV 61.59 155.32 126.87 -
System Red Green Blue C M Y K H S L
Decimal 60 53 110 0.45 0.52 0 0.57 247.37 0.35 0.32
Hex 3C 35 6E 2D 34 0 39 F7 23 20
Octal 74 65 156 55 64 0 71 367 43 40
Binary 111100 110101 1101110 101101 110100 0 111001 11110111 100011 100000

Color Harmonies of #3C356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C356E

Black with #3C356E

Text Example


Text Example

White with #3C356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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