Html Css Color HEX #3C3570 Minsk

📋 copy color: '#3C3570'

red 60 ◦ green 53 ◦ blue 112

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

Shades of Minsk #3C3570

Tints of Minsk #3C3570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 49.78%

R = 26.67%
G = 23.56%
B = 49.78%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3C3570 (or 0x3C3570) is known color: Minsk. HEX triplet: 3C, 35 and 70. RGB value is (60,53,112). Sum of RGB (Red+Green+Blue) = 60+53+112=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C3570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3570 is #C3CA8F. Grayscale: #3D3D3D. Windows color (decimal): -12831376 or 7353660. OLE color: 7353660.

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

Color convert

RGB 60 53 112 -
CMYK 0.46 0.53 0 0.56
HSL 247.12º 0.36% 0.32% -
HSV(B) 247.12º 0.53% 0.44% -
XYZ 6.06 4.68 15.91 -
YUV 61.82 156.32 126.7 -
System Red Green Blue C M Y K H S L
Decimal 60 53 112 0.46 0.53 0 0.56 247.12 0.36 0.32
Hex 3C 35 70 2E 35 0 38 F7 24 20
Octal 74 65 160 56 65 0 70 367 44 40
Binary 111100 110101 1110000 101110 110101 0 111000 11110111 100100 100000

Color Harmonies of #3C3570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3570

Black with #3C3570

Text Example


Text Example

White with #3C3570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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