Html Css Color HEX #42336E Minsk

📋 copy color: '#42336E'

red 66 ◦ green 51 ◦ blue 110

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

Shades of Minsk #42336E

Tints of Minsk #42336E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.47%

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

R = 29.07%
G = 22.47%
B = 48.46%

CMYK

 C value IS 0.4

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42336E (or 0x42336E) is known color: Minsk. HEX triplet: 42, 33 and 6E. RGB value is (66,51,110). Sum of RGB (Red+Green+Blue) = 66+51+110=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #42336E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42336E is #BDCC91. Grayscale: #3D3D3D. Windows color (decimal): -12438674 or 7222082. OLE color: 7222082.

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

Color convert

RGB 66 51 110 -
CMYK 0.4 0.54 0 0.57
HSL 255.25º 0.37% 0.32% -
HSV(B) 255.25º 0.54% 0.43% -
XYZ 6.25 4.65 15.32 -
YUV 62.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 66 51 110 0.4 0.54 0 0.57 255.25 0.37 0.32
Hex 42 33 6E 28 36 0 39 FF 25 20
Octal 102 63 156 50 66 0 71 377 45 40
Binary 1000010 110011 1101110 101000 110110 0 111001 11111111 100101 100000

Color Harmonies of #42336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42336E

Black with #42336E

Text Example


Text Example

White with #42336E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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