Html Css Color HEX #43386F Minsk

📋 copy color: '#43386F'

red 67 ◦ green 56 ◦ blue 111

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

Shades of Minsk #43386F

Tints of Minsk #43386F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 47.44%

R = 28.63%
G = 23.93%
B = 47.44%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#43386F (or 0x43386F) is known color: Minsk. HEX triplet: 43, 38 and 6F. RGB value is (67,56,111). Sum of RGB (Red+Green+Blue) = 67+56+111=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #43386F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43386F is #BCC790. Grayscale: #414141. Windows color (decimal): -12371857 or 7288899. OLE color: 7288899.

HSL color Cylindrical-coordinate representation of color #43386F: hue angle of 252º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #43386F is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 56 111 -
CMYK 0.40 0.50 0 0.56
HSL 252º 0.33% 0.33% -
HSV(B) 252º 0.5% 0.44% -
XYZ 6.6 5.17 15.69 -
YUV 65.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 67 56 111 0.40 0.50 0 0.56 252 0.33 0.33
Hex 43 38 6F 28 32 0 38 FC 21 21
Octal 103 70 157 50 62 0 70 374 41 41
Binary 1000011 111000 1101111 101000 110010 0 111000 11111100 100001 100001

Color Harmonies of #43386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43386F

Black with #43386F

Text Example


Text Example

White with #43386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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