Html Css Color HEX #423868 Minsk

📋 copy color: '#423868'

red 66 ◦ green 56 ◦ blue 104

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

Shades of Minsk #423868

Tints of Minsk #423868

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.78%

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

R = 29.2%
G = 24.78%
B = 46.02%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#423868 (or 0x423868) is known color: Minsk. HEX triplet: 42, 38 and 68. RGB value is (66,56,104). Sum of RGB (Red+Green+Blue) = 66+56+104=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #423868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423868 is #BDC797. Grayscale: #404040. Windows color (decimal): -12437400 or 6830146. OLE color: 6830146.

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

Color convert

RGB 66 56 104 -
CMYK 0.37 0.46 0 0.59
HSL 252.5º 0.3% 0.31% -
HSV(B) 252.5º 0.46% 0.41% -
XYZ 6.16 4.99 13.73 -
YUV 64.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 66 56 104 0.37 0.46 0 0.59 252.5 0.3 0.31
Hex 42 38 68 25 2E 0 3B FD 1E 1F
Octal 102 70 150 45 56 0 73 375 36 37
Binary 1000010 111000 1101000 100101 101110 0 111011 11111101 11110 11111

Color Harmonies of #423868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423868

Black with #423868

Text Example


Text Example

White with #423868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423868; }

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

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

background-color css

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

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

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

border-color css

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

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

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