Html Css Color HEX #42306C Minsk

📋 copy color: '#42306C'

red 66 ◦ green 48 ◦ blue 108

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

Shades of Minsk #42306C

Tints of Minsk #42306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.62%

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

R = 29.73%
G = 21.62%
B = 48.65%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42306C (or 0x42306C) is known color: Minsk. HEX triplet: 42, 30 and 6C. RGB value is (66,48,108). Sum of RGB (Red+Green+Blue) = 66+48+108=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #42306C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42306C is #BDCF93. Grayscale: #3C3C3C. Windows color (decimal): -12439444 or 7090242. OLE color: 7090242.

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

Color convert

RGB 66 48 108 -
CMYK 0.39 0.56 0 0.58
HSL 258º 0.38% 0.31% -
HSV(B) 258º 0.56% 0.42% -
XYZ 6.01 4.35 14.71 -
YUV 60.22 154.96 132.12 -
System Red Green Blue C M Y K H S L
Decimal 66 48 108 0.39 0.56 0 0.58 258 0.38 0.31
Hex 42 30 6C 27 38 0 3A 102 26 1F
Octal 102 60 154 47 70 0 72 402 46 37
Binary 1000010 110000 1101100 100111 111000 0 111010 100000010 100110 11111

Color Harmonies of #42306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42306C

Black with #42306C

Text Example


Text Example

White with #42306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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