Html Css Color HEX #443068 Minsk

📋 copy color: '#443068'

red 68 ◦ green 48 ◦ blue 104

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

Shades of Minsk #443068

Tints of Minsk #443068

RGB

 RED value IS 68 (26.95% from 255) = 30.91%

 GREEN value IS 48 (19.14% from 255) = 21.82%

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

R = 30.91%
G = 21.82%
B = 47.27%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#443068 (or 0x443068) is known color: Minsk. HEX triplet: 44, 30 and 68. RGB value is (68,48,104). Sum of RGB (Red+Green+Blue) = 68+48+104=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #443068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443068 is #BBCF97. Grayscale: #3C3C3C. Windows color (decimal): -12308376 or 6828100. OLE color: 6828100.

HSL color Cylindrical-coordinate representation of color #443068: hue angle of 261.43º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #443068 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 48 104 -
CMYK 0.35 0.54 0 0.59
HSL 261.43º 0.37% 0.3% -
HSV(B) 261.43º 0.54% 0.41% -
XYZ 5.94 4.34 13.62 -
YUV 60.36 152.63 133.45 -
System Red Green Blue C M Y K H S L
Decimal 68 48 104 0.35 0.54 0 0.59 261.43 0.37 0.3
Hex 44 30 68 23 36 0 3B 105 25 1E
Octal 104 60 150 43 66 0 73 405 45 36
Binary 1000100 110000 1101000 100011 110110 0 111011 100000101 100101 11110

Color Harmonies of #443068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443068

Black with #443068

Text Example


Text Example

White with #443068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443068; }

 p { color: rgb(68,48,104); }

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

background-color css

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

 a { background-color: rgb(68,48,104); }

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

border-color css

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

 span { border-color: rgb(68,48,104); }

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