Html Css Color HEX #433468 Minsk

📋 copy color: '#433468'

red 67 ◦ green 52 ◦ blue 104

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

Shades of Minsk #433468

Tints of Minsk #433468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.32%

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

R = 30.04%
G = 23.32%
B = 46.64%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#433468 (or 0x433468) is known color: Minsk. HEX triplet: 43, 34 and 68. RGB value is (67,52,104). Sum of RGB (Red+Green+Blue) = 67+52+104=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #433468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433468 is #BCCB97. Grayscale: #3E3E3E. Windows color (decimal): -12372888 or 6829123. OLE color: 6829123.

HSL color Cylindrical-coordinate representation of color #433468: hue angle of 257.31º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #433468 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 67 52 104 -
CMYK 0.36 0.50 0 0.59
HSL 257.31º 0.33% 0.31% -
HSV(B) 257.31º 0.5% 0.41% -
XYZ 6.04 4.65 13.68 -
YUV 62.41 151.47 131.27 -
System Red Green Blue C M Y K H S L
Decimal 67 52 104 0.36 0.50 0 0.59 257.31 0.33 0.31
Hex 43 34 68 24 32 0 3B 101 21 1F
Octal 103 64 150 44 62 0 73 401 41 37
Binary 1000011 110100 1101000 100100 110010 0 111011 100000001 100001 11111

Color Harmonies of #433468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433468

Black with #433468

Text Example


Text Example

White with #433468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433468; }

 p { color: rgb(67,52,104); }

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

background-color css

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

 a { background-color: rgb(67,52,104); }

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

border-color css

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

 span { border-color: rgb(67,52,104); }

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