Html Css Color HEX #42376D Minsk

📋 copy color: '#42376D'

red 66 ◦ green 55 ◦ blue 109

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

Shades of Minsk #42376D

Tints of Minsk #42376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.91%

 BLUE value IS 109 (42.97% from 255) = 47.39%

R = 28.7%
G = 23.91%
B = 47.39%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42376D (or 0x42376D) is known color: Minsk. HEX triplet: 42, 37 and 6D. RGB value is (66,55,109). Sum of RGB (Red+Green+Blue) = 66+55+109=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #42376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42376D is #BDC892. Grayscale: #404040. Windows color (decimal): -12437651 or 7157570. OLE color: 7157570.

HSL color Cylindrical-coordinate representation of color #42376D: hue angle of 252.22º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42376D is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 55 109 -
CMYK 0.39 0.50 0 0.57
HSL 252.22º 0.33% 0.32% -
HSV(B) 252.22º 0.5% 0.43% -
XYZ 6.37 4.99 15.1 -
YUV 64.45 153.14 129.11 -
System Red Green Blue C M Y K H S L
Decimal 66 55 109 0.39 0.50 0 0.57 252.22 0.33 0.32
Hex 42 37 6D 27 32 0 39 FC 21 20
Octal 102 67 155 47 62 0 71 374 41 40
Binary 1000010 110111 1101101 100111 110010 0 111001 11111100 100001 100000

Color Harmonies of #42376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42376D

Black with #42376D

Text Example


Text Example

White with #42376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42376D; }

 p { color: rgb(66,55,109); }

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

background-color css

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

 a { background-color: rgb(66,55,109); }

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

border-color css

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

 span { border-color: rgb(66,55,109); }

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