Html Css Color HEX #3C2E68 Minsk

📋 copy color: '#3C2E68'

red 60 ◦ green 46 ◦ blue 104

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

Shades of Minsk #3C2E68

Tints of Minsk #3C2E68

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.9%

 BLUE value IS 104 (41.02% from 255) = 49.52%

R = 28.57%
G = 21.9%
B = 49.52%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3C2E68 (or 0x3C2E68) is known color: Minsk. HEX triplet: 3C, 2E and 68. RGB value is (60,46,104). Sum of RGB (Red+Green+Blue) = 60+46+104=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #3C2E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2E68 is #C3D197. Grayscale: #383838. Windows color (decimal): -12833176 or 6827580. OLE color: 6827580.

HSL color Cylindrical-coordinate representation of color #3C2E68: hue angle of 254.48º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C2E68 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 60 46 104 -
CMYK 0.42 0.56 0 0.59
HSL 254.48º 0.39% 0.29% -
HSV(B) 254.48º 0.56% 0.41% -
XYZ 5.34 3.91 13.57 -
YUV 56.8 154.64 130.28 -
System Red Green Blue C M Y K H S L
Decimal 60 46 104 0.42 0.56 0 0.59 254.48 0.39 0.29
Hex 3C 2E 68 2A 38 0 3B FE 27 1D
Octal 74 56 150 52 70 0 73 376 47 35
Binary 111100 101110 1101000 101010 111000 0 111011 11111110 100111 11101

Color Harmonies of #3C2E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2E68

Black with #3C2E68

Text Example


Text Example

White with #3C2E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,46,104); }

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

background-color css

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

 a { background-color: rgb(60,46,104); }

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

border-color css

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

 span { border-color: rgb(60,46,104); }

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