Html Css Color HEX #42396C Minsk

📋 copy color: '#42396C'

red 66 ◦ green 57 ◦ blue 108

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

Shades of Minsk #42396C

Tints of Minsk #42396C

RGB

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

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

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

R = 28.57%
G = 24.68%
B = 46.75%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42396C (or 0x42396C) is known color: Minsk. HEX triplet: 42, 39 and 6C. RGB value is (66,57,108). Sum of RGB (Red+Green+Blue) = 66+57+108=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #42396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42396C is #BDC693. Grayscale: #414141. Windows color (decimal): -12437140 or 7092546. OLE color: 7092546.

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

Color convert

RGB 66 57 108 -
CMYK 0.39 0.47 0 0.58
HSL 250.59º 0.31% 0.32% -
HSV(B) 250.59º 0.47% 0.42% -
XYZ 6.42 5.17 14.85 -
YUV 65.51 151.98 128.35 -
System Red Green Blue C M Y K H S L
Decimal 66 57 108 0.39 0.47 0 0.58 250.59 0.31 0.32
Hex 42 39 6C 27 2F 0 3A FB 1F 20
Octal 102 71 154 47 57 0 72 373 37 40
Binary 1000010 111001 1101100 100111 101111 0 111010 11111011 11111 100000

Color Harmonies of #42396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42396C

Black with #42396C

Text Example


Text Example

White with #42396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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