Html Css Color HEX #3B3468 Minsk

📋 copy color: '#3B3468'

red 59 ◦ green 52 ◦ blue 104

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

Shades of Minsk #3B3468

Tints of Minsk #3B3468

RGB

 RED value IS 59 (23.44% from 255) = 27.44%

 GREEN value IS 52 (20.7% from 255) = 24.19%

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

R = 27.44%
G = 24.19%
B = 48.37%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3B3468 (or 0x3B3468) is known color: Minsk. HEX triplet: 3B, 34 and 68. RGB value is (59,52,104). Sum of RGB (Red+Green+Blue) = 59+52+104=215 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.44% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #3B3468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3468 is #C4CB97. Grayscale: #3B3B3B. Windows color (decimal): -12897176 or 6829115. OLE color: 6829115.

HSL color Cylindrical-coordinate representation of color #3B3468: hue angle of 248.08º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B3468 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 59 52 104 -
CMYK 0.43 0.50 0 0.59
HSL 248.08º 0.33% 0.31% -
HSV(B) 248.08º 0.5% 0.41% -
XYZ 5.53 4.39 13.65 -
YUV 60.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 59 52 104 0.43 0.50 0 0.59 248.08 0.33 0.31
Hex 3B 34 68 2B 32 0 3B F8 21 1F
Octal 73 64 150 53 62 0 73 370 41 37
Binary 111011 110100 1101000 101011 110010 0 111011 11111000 100001 11111

Color Harmonies of #3B3468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3468

Black with #3B3468

Text Example


Text Example

White with #3B3468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,52,104); }

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

background-color css

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

 a { background-color: rgb(59,52,104); }

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

border-color css

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

 span { border-color: rgb(59,52,104); }

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