Html Css Color HEX #3C3277 Minsk

📋 copy color: '#3C3277'

red 60 ◦ green 50 ◦ blue 119

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

Shades of Minsk #3C3277

Tints of Minsk #3C3277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.83%

 BLUE value IS 119 (46.88% from 255) = 51.97%

R = 26.2%
G = 21.83%
B = 51.97%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C3277 (or 0x3C3277) is known color: Minsk. HEX triplet: 3C, 32 and 77. RGB value is (60,50,119). Sum of RGB (Red+Green+Blue) = 60+50+119=229 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.20% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C3277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3277 is #C3CD88. Grayscale: #3C3C3C. Windows color (decimal): -12832137 or 7811644. OLE color: 7811644.

HSL color Cylindrical-coordinate representation of color #3C3277: hue angle of 248.7º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C3277 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 50 119 -
CMYK 0.50 0.58 0 0.53
HSL 248.7º 0.41% 0.33% -
HSV(B) 248.7º 0.58% 0.47% -
XYZ 6.33 4.57 18 -
YUV 60.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 60 50 119 0.50 0.58 0 0.53 248.7 0.41 0.33
Hex 3C 32 77 32 3A 0 35 F9 29 21
Octal 74 62 167 62 72 0 65 371 51 41
Binary 111100 110010 1110111 110010 111010 0 110101 11111001 101001 100001

Color Harmonies of #3C3277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3277

Black with #3C3277

Text Example


Text Example

White with #3C3277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,50,119); }

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

background-color css

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

 a { background-color: rgb(60,50,119); }

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

border-color css

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

 span { border-color: rgb(60,50,119); }

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