Html Css Color HEX #43386C Minsk

📋 copy color: '#43386C'

red 67 ◦ green 56 ◦ blue 108

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

Shades of Minsk #43386C

Tints of Minsk #43386C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 46.75%

R = 29%
G = 24.24%
B = 46.75%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#43386C (or 0x43386C) is known color: Minsk. HEX triplet: 43, 38 and 6C. RGB value is (67,56,108). Sum of RGB (Red+Green+Blue) = 67+56+108=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #43386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43386C is #BCC793. Grayscale: #414141. Windows color (decimal): -12371860 or 7092291. OLE color: 7092291.

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

Color convert

RGB 67 56 108 -
CMYK 0.38 0.48 0 0.58
HSL 252.69º 0.32% 0.32% -
HSV(B) 252.69º 0.48% 0.42% -
XYZ 6.44 5.1 14.83 -
YUV 65.22 152.14 129.27 -
System Red Green Blue C M Y K H S L
Decimal 67 56 108 0.38 0.48 0 0.58 252.69 0.32 0.32
Hex 43 38 6C 26 30 0 3A FD 20 20
Octal 103 70 154 46 60 0 72 375 40 40
Binary 1000011 111000 1101100 100110 110000 0 111010 11111101 100000 100000

Color Harmonies of #43386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43386C

Black with #43386C

Text Example


Text Example

White with #43386C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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