Html Css Color HEX #43386A Minsk

📋 copy color: '#43386A'

red 67 ◦ green 56 ◦ blue 106

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

Shades of Minsk #43386A

Tints of Minsk #43386A

RGB

 RED value IS 67 (26.56% from 255) = 29.26%

 GREEN value IS 56 (22.27% from 255) = 24.45%

 BLUE value IS 106 (41.8% from 255) = 46.29%

R = 29.26%
G = 24.45%
B = 46.29%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#43386A (or 0x43386A) is known color: Minsk. HEX triplet: 43, 38 and 6A. RGB value is (67,56,106). Sum of RGB (Red+Green+Blue) = 67+56+106=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 106 - color contains mainly: blue. Hex color #43386A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43386A is #BCC795. Grayscale: #404040. Windows color (decimal): -12371862 or 6961219. OLE color: 6961219.

HSL color Cylindrical-coordinate representation of color #43386A: hue angle of 253.2º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #43386A is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 67 56 106 -
CMYK 0.37 0.47 0 0.58
HSL 253.2º 0.31% 0.32% -
HSV(B) 253.2º 0.47% 0.42% -
XYZ 6.33 5.06 14.28 -
YUV 64.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 67 56 106 0.37 0.47 0 0.58 253.2 0.31 0.32
Hex 43 38 6A 25 2F 0 3A FD 1F 20
Octal 103 70 152 45 57 0 72 375 37 40
Binary 1000011 111000 1101010 100101 101111 0 111010 11111101 11111 100000

Color Harmonies of #43386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43386A

Black with #43386A

Text Example


Text Example

White with #43386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43386A; }

 p { color: rgb(67,56,106); }

 H1.HeaderClassName
 {
   color: #43386A;
 }
 .AnyTagClassName
 {
   color: #43386A;
 }
</style>

background-color css

<style>
 a { background-color: #43386A; }

 a { background-color: rgb(67,56,106); }

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

border-color css

<style>
 span { border-color: #43386A; }

 span { border-color: rgb(67,56,106); }

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