Html Css Color HEX #443A6A Minsk

📋 copy color: '#443A6A'

red 68 ◦ green 58 ◦ blue 106

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

Shades of Minsk #443A6A

Tints of Minsk #443A6A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25%

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

R = 29.31%
G = 25%
B = 45.69%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#443A6A (or 0x443A6A) is known color: Minsk. HEX triplet: 44, 3A and 6A. RGB value is (68,58,106). Sum of RGB (Red+Green+Blue) = 68+58+106=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 106 - color contains mainly: blue. Hex color #443A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443A6A is #BBC595. Grayscale: #424242. Windows color (decimal): -12305814 or 6961732. OLE color: 6961732.

HSL color Cylindrical-coordinate representation of color #443A6A: hue angle of 252.5º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #443A6A is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 58 106 -
CMYK 0.36 0.45 0 0.58
HSL 252.5º 0.29% 0.32% -
HSV(B) 252.5º 0.45% 0.42% -
XYZ 6.5 5.3 14.32 -
YUV 66.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 68 58 106 0.36 0.45 0 0.58 252.5 0.29 0.32
Hex 44 3A 6A 24 2D 0 3A FD 1D 20
Octal 104 72 152 44 55 0 72 375 35 40
Binary 1000100 111010 1101010 100100 101101 0 111010 11111101 11101 100000

Color Harmonies of #443A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443A6A

Black with #443A6A

Text Example


Text Example

White with #443A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443A6A; }

 p { color: rgb(68,58,106); }

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

background-color css

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

 a { background-color: rgb(68,58,106); }

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

border-color css

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

 span { border-color: rgb(68,58,106); }

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