Html Css Color HEX #423468 Minsk

📋 copy color: '#423468'

red 66 ◦ green 52 ◦ blue 104

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

Shades of Minsk #423468

Tints of Minsk #423468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.42%

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

R = 29.73%
G = 23.42%
B = 46.85%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#423468 (or 0x423468) is known color: Minsk. HEX triplet: 42, 34 and 68. RGB value is (66,52,104). Sum of RGB (Red+Green+Blue) = 66+52+104=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #423468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423468 is #BDCB97. Grayscale: #3D3D3D. Windows color (decimal): -12438424 or 6829122. OLE color: 6829122.

HSL color Cylindrical-coordinate representation of color #423468: hue angle of 256.15º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #423468 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 52 104 -
CMYK 0.37 0.50 0 0.59
HSL 256.15º 0.33% 0.31% -
HSV(B) 256.15º 0.5% 0.41% -
XYZ 5.97 4.61 13.67 -
YUV 62.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 66 52 104 0.37 0.50 0 0.59 256.15 0.33 0.31
Hex 42 34 68 25 32 0 3B 100 21 1F
Octal 102 64 150 45 62 0 73 400 41 37
Binary 1000010 110100 1101000 100101 110010 0 111011 100000000 100001 11111

Color Harmonies of #423468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423468

Black with #423468

Text Example


Text Example

White with #423468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423468; }

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

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

background-color css

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

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

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

border-color css

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

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

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