Html Css Color HEX #443965 Minsk

📋 copy color: '#443965'

red 68 ◦ green 57 ◦ blue 101

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

Shades of Minsk #443965

Tints of Minsk #443965

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.22%

 BLUE value IS 101 (39.84% from 255) = 44.69%

R = 30.09%
G = 25.22%
B = 44.69%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#443965 (or 0x443965) is known color: Minsk. HEX triplet: 44, 39 and 65. RGB value is (68,57,101). Sum of RGB (Red+Green+Blue) = 68+57+101=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #443965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443965 is #BBC69A. Grayscale: #414141. Windows color (decimal): -12306075 or 6633796. OLE color: 6633796.

HSL color Cylindrical-coordinate representation of color #443965: hue angle of 255º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #443965 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 68 57 101 -
CMYK 0.33 0.44 0 0.60
HSL 255º 0.28% 0.31% -
HSV(B) 255º 0.44% 0.4% -
XYZ 6.2 5.09 12.97 -
YUV 65.31 148.14 129.92 -
System Red Green Blue C M Y K H S L
Decimal 68 57 101 0.33 0.44 0 0.60 255 0.28 0.31
Hex 44 39 65 21 2C 0 3C FF 1C 1F
Octal 104 71 145 41 54 0 74 377 34 37
Binary 1000100 111001 1100101 100001 101100 0 111100 11111111 11100 11111

Color Harmonies of #443965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443965

Black with #443965

Text Example


Text Example

White with #443965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443965; }

 p { color: rgb(68,57,101); }

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

background-color css

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

 a { background-color: rgb(68,57,101); }

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

border-color css

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

 span { border-color: rgb(68,57,101); }

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