Html Css Color HEX #42366E Minsk

📋 copy color: '#42366E'

red 66 ◦ green 54 ◦ blue 110

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

Shades of Minsk #42366E

Tints of Minsk #42366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.48%

 BLUE value IS 110 (43.36% from 255) = 47.83%

R = 28.7%
G = 23.48%
B = 47.83%

CMYK

 C value IS 0.4

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42366E (or 0x42366E) is known color: Minsk. HEX triplet: 42, 36 and 6E. RGB value is (66,54,110). Sum of RGB (Red+Green+Blue) = 66+54+110=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #42366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42366E is #BDC991. Grayscale: #3F3F3F. Windows color (decimal): -12437906 or 7222850. OLE color: 7222850.

HSL color Cylindrical-coordinate representation of color #42366E: hue angle of 252.86º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42366E is Cyan = 0.4, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 54 110 -
CMYK 0.4 0.51 0 0.57
HSL 252.86º 0.34% 0.32% -
HSV(B) 252.86º 0.51% 0.43% -
XYZ 6.38 4.92 15.37 -
YUV 63.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 66 54 110 0.4 0.51 0 0.57 252.86 0.34 0.32
Hex 42 36 6E 28 33 0 39 FD 22 20
Octal 102 66 156 50 63 0 71 375 42 40
Binary 1000010 110110 1101110 101000 110011 0 111001 11111101 100010 100000

Color Harmonies of #42366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42366E

Black with #42366E

Text Example


Text Example

White with #42366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42366E; }

 p { color: rgb(66,54,110); }

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

background-color css

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

 a { background-color: rgb(66,54,110); }

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

border-color css

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

 span { border-color: rgb(66,54,110); }

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