Html Css Color HEX #42346A Minsk

📋 copy color: '#42346A'

red 66 ◦ green 52 ◦ blue 106

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

Shades of Minsk #42346A

Tints of Minsk #42346A

RGB

 RED value IS 66 (26.17% from 255) = 29.46%

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

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

R = 29.46%
G = 23.21%
B = 47.32%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42346A (or 0x42346A) is known color: Minsk. HEX triplet: 42, 34 and 6A. RGB value is (66,52,106). Sum of RGB (Red+Green+Blue) = 66+52+106=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 106 - color contains mainly: blue. Hex color #42346A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42346A is #BDCB95. Grayscale: #3E3E3E. Windows color (decimal): -12438422 or 6960194. OLE color: 6960194.

HSL color Cylindrical-coordinate representation of color #42346A: hue angle of 255.56º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42346A is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 52 106 -
CMYK 0.38 0.51 0 0.58
HSL 255.56º 0.34% 0.31% -
HSV(B) 255.56º 0.51% 0.42% -
XYZ 6.08 4.65 14.21 -
YUV 62.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 66 52 106 0.38 0.51 0 0.58 255.56 0.34 0.31
Hex 42 34 6A 26 33 0 3A 100 22 1F
Octal 102 64 152 46 63 0 72 400 42 37
Binary 1000010 110100 1101010 100110 110011 0 111010 100000000 100010 11111

Color Harmonies of #42346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42346A

Black with #42346A

Text Example


Text Example

White with #42346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42346A; }

 p { color: rgb(66,52,106); }

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

background-color css

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

 a { background-color: rgb(66,52,106); }

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

border-color css

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

 span { border-color: rgb(66,52,106); }

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