Html Css Color HEX #42346C Minsk

📋 copy color: '#42346C'

red 66 ◦ green 52 ◦ blue 108

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

Shades of Minsk #42346C

Tints of Minsk #42346C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.79%

R = 29.2%
G = 23.01%
B = 47.79%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42346C (or 0x42346C) is known color: Minsk. HEX triplet: 42, 34 and 6C. RGB value is (66,52,108). Sum of RGB (Red+Green+Blue) = 66+52+108=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #42346C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42346C is #BDCB93. Grayscale: #3E3E3E. Windows color (decimal): -12438420 or 7091266. OLE color: 7091266.

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

Color convert

RGB 66 52 108 -
CMYK 0.39 0.52 0 0.58
HSL 255º 0.35% 0.31% -
HSV(B) 255º 0.52% 0.42% -
XYZ 6.18 4.7 14.77 -
YUV 62.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 66 52 108 0.39 0.52 0 0.58 255 0.35 0.31
Hex 42 34 6C 27 34 0 3A FF 23 1F
Octal 102 64 154 47 64 0 72 377 43 37
Binary 1000010 110100 1101100 100111 110100 0 111010 11111111 100011 11111

Color Harmonies of #42346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42346C

Black with #42346C

Text Example


Text Example

White with #42346C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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