Html Css Color HEX #3B3262 Minsk

📋 copy color: '#3B3262'

red 59 ◦ green 50 ◦ blue 98

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

Shades of Minsk #3B3262

Tints of Minsk #3B3262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 47.34%

R = 28.5%
G = 24.15%
B = 47.34%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3B3262 (or 0x3B3262) is known color: Minsk. HEX triplet: 3B, 32 and 62. RGB value is (59,50,98). Sum of RGB (Red+Green+Blue) = 59+50+98=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #3B3262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3262 is #C4CD9D. Grayscale: #393939. Windows color (decimal): -12897694 or 6435387. OLE color: 6435387.

HSL color Cylindrical-coordinate representation of color #3B3262: hue angle of 251.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B3262 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 59 50 98 -
CMYK 0.40 0.49 0 0.62
HSL 251.25º 0.32% 0.29% -
HSV(B) 251.25º 0.49% 0.38% -
XYZ 5.15 4.09 12.07 -
YUV 58.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 59 50 98 0.40 0.49 0 0.62 251.25 0.32 0.29
Hex 3B 32 62 28 31 0 3E FB 20 1D
Octal 73 62 142 50 61 0 76 373 40 35
Binary 111011 110010 1100010 101000 110001 0 111110 11111011 100000 11101

Color Harmonies of #3B3262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3262

Black with #3B3262

Text Example


Text Example

White with #3B3262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,50,98); }

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

background-color css

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

 a { background-color: rgb(59,50,98); }

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

border-color css

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

 span { border-color: rgb(59,50,98); }

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