Html Css Color HEX #3C3375 Minsk

📋 copy color: '#3C3375'

red 60 ◦ green 51 ◦ blue 117

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

Shades of Minsk #3C3375

Tints of Minsk #3C3375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.37%

 BLUE value IS 117 (46.09% from 255) = 51.32%

R = 26.32%
G = 22.37%
B = 51.32%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C3375 (or 0x3C3375) is known color: Minsk. HEX triplet: 3C, 33 and 75. RGB value is (60,51,117). Sum of RGB (Red+Green+Blue) = 60+51+117=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C3375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3375 is #C3CC8A. Grayscale: #3C3C3C. Windows color (decimal): -12831883 or 7680828. OLE color: 7680828.

HSL color Cylindrical-coordinate representation of color #3C3375: hue angle of 248.18º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C3375 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 51 117 -
CMYK 0.49 0.56 0 0.54
HSL 248.18º 0.39% 0.33% -
HSV(B) 248.18º 0.56% 0.46% -
XYZ 6.26 4.61 17.39 -
YUV 61.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 60 51 117 0.49 0.56 0 0.54 248.18 0.39 0.33
Hex 3C 33 75 31 38 0 36 F8 27 21
Octal 74 63 165 61 70 0 66 370 47 41
Binary 111100 110011 1110101 110001 111000 0 110110 11111000 100111 100001

Color Harmonies of #3C3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3375

Black with #3C3375

Text Example


Text Example

White with #3C3375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,51,117); }

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

background-color css

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

 a { background-color: rgb(60,51,117); }

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

border-color css

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

 span { border-color: rgb(60,51,117); }

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