Html Css Color HEX #423866 Minsk

📋 copy color: '#423866'

red 66 ◦ green 56 ◦ blue 102

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

Shades of Minsk #423866

Tints of Minsk #423866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 45.54%

R = 29.46%
G = 25%
B = 45.54%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#423866 (or 0x423866) is known color: Minsk. HEX triplet: 42, 38 and 66. RGB value is (66,56,102). Sum of RGB (Red+Green+Blue) = 66+56+102=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #423866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423866 is #BDC799. Grayscale: #404040. Windows color (decimal): -12437402 or 6699074. OLE color: 6699074.

HSL color Cylindrical-coordinate representation of color #423866: hue angle of 253.04º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #423866 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 56 102 -
CMYK 0.35 0.45 0 0.6
HSL 253.04º 0.29% 0.31% -
HSV(B) 253.04º 0.45% 0.4% -
XYZ 6.06 4.95 13.21 -
YUV 64.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 66 56 102 0.35 0.45 0 0.6 253.04 0.29 0.31
Hex 42 38 66 23 2D 0 3C FD 1D 1F
Octal 102 70 146 43 55 0 74 375 35 37
Binary 1000010 111000 1100110 100011 101101 0 111100 11111101 11101 11111

Color Harmonies of #423866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423866

Black with #423866

Text Example


Text Example

White with #423866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423866; }

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

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

background-color css

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

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

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

border-color css

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

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

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