Html Css Color HEX #42336C Minsk

📋 copy color: '#42336C'

red 66 ◦ green 51 ◦ blue 108

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

Shades of Minsk #42336C

Tints of Minsk #42336C

RGB

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

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

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

R = 29.33%
G = 22.67%
B = 48%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42336C (or 0x42336C) is known color: Minsk. HEX triplet: 42, 33 and 6C. RGB value is (66,51,108). Sum of RGB (Red+Green+Blue) = 66+51+108=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #42336C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42336C is #BDCC93. Grayscale: #3D3D3D. Windows color (decimal): -12438676 or 7091010. OLE color: 7091010.

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

Color convert

RGB 66 51 108 -
CMYK 0.39 0.53 0 0.58
HSL 255.79º 0.36% 0.31% -
HSV(B) 255.79º 0.53% 0.42% -
XYZ 6.14 4.61 14.75 -
YUV 61.98 153.97 130.87 -
System Red Green Blue C M Y K H S L
Decimal 66 51 108 0.39 0.53 0 0.58 255.79 0.36 0.31
Hex 42 33 6C 27 35 0 3A 100 24 1F
Octal 102 63 154 47 65 0 72 400 44 37
Binary 1000010 110011 1101100 100111 110101 0 111010 100000000 100100 11111

Color Harmonies of #42336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42336C

Black with #42336C

Text Example


Text Example

White with #42336C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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