Html Css Color HEX #423865 Minsk

📋 copy color: '#423865'

red 66 ◦ green 56 ◦ blue 101

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

Shades of Minsk #423865

Tints of Minsk #423865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 45.29%

R = 29.6%
G = 25.11%
B = 45.29%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#423865 (or 0x423865) is known color: Minsk. HEX triplet: 42, 38 and 65. RGB value is (66,56,101). Sum of RGB (Red+Green+Blue) = 66+56+101=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #423865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423865 is #BDC79A. Grayscale: #3F3F3F. Windows color (decimal): -12437403 or 6633538. OLE color: 6633538.

HSL color Cylindrical-coordinate representation of color #423865: hue angle of 253.33º 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 #423865 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 56 101 -
CMYK 0.35 0.45 0 0.60
HSL 253.33º 0.29% 0.31% -
HSV(B) 253.33º 0.45% 0.4% -
XYZ 6.01 4.93 12.95 -
YUV 64.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 66 56 101 0.35 0.45 0 0.60 253.33 0.29 0.31
Hex 42 38 65 23 2D 0 3C FD 1D 1F
Octal 102 70 145 43 55 0 74 375 35 37
Binary 1000010 111000 1100101 100011 101101 0 111100 11111101 11101 11111

Color Harmonies of #423865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423865

Black with #423865

Text Example


Text Example

White with #423865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423865; }

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

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

background-color css

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

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

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

border-color css

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

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

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