Html Css Color HEX #423368 Minsk

📋 copy color: '#423368'

red 66 ◦ green 51 ◦ blue 104

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

Shades of Minsk #423368

Tints of Minsk #423368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.06%

R = 29.86%
G = 23.08%
B = 47.06%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#423368 (or 0x423368) is known color: Minsk. HEX triplet: 42, 33 and 68. RGB value is (66,51,104). Sum of RGB (Red+Green+Blue) = 66+51+104=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #423368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423368 is #BDCC97. Grayscale: #3D3D3D. Windows color (decimal): -12438680 or 6828866. OLE color: 6828866.

HSL color Cylindrical-coordinate representation of color #423368: hue angle of 256.98º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #423368 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 51 104 -
CMYK 0.37 0.51 0 0.59
HSL 256.98º 0.34% 0.3% -
HSV(B) 256.98º 0.51% 0.41% -
XYZ 5.93 4.53 13.66 -
YUV 61.53 151.97 131.19 -
System Red Green Blue C M Y K H S L
Decimal 66 51 104 0.37 0.51 0 0.59 256.98 0.34 0.3
Hex 42 33 68 25 33 0 3B 101 22 1E
Octal 102 63 150 45 63 0 73 401 42 36
Binary 1000010 110011 1101000 100101 110011 0 111011 100000001 100010 11110

Color Harmonies of #423368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423368

Black with #423368

Text Example


Text Example

White with #423368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423368; }

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

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

background-color css

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

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

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

border-color css

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

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

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