Html Css Color HEX #41346D Minsk

📋 copy color: '#41346D'

red 65 ◦ green 52 ◦ blue 109

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

Shades of Minsk #41346D

Tints of Minsk #41346D

RGB

 RED value IS 65 (25.78% from 255) = 28.76%

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

 BLUE value IS 109 (42.97% from 255) = 48.23%

R = 28.76%
G = 23.01%
B = 48.23%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#41346D (or 0x41346D) is known color: Minsk. HEX triplet: 41, 34 and 6D. RGB value is (65,52,109). Sum of RGB (Red+Green+Blue) = 65+52+109=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #41346D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41346D is #BECB92. Grayscale: #3E3E3E. Windows color (decimal): -12503955 or 7156801. OLE color: 7156801.

HSL color Cylindrical-coordinate representation of color #41346D: hue angle of 253.68º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41346D is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 52 109 -
CMYK 0.40 0.52 0 0.57
HSL 253.68º 0.35% 0.32% -
HSV(B) 253.68º 0.52% 0.43% -
XYZ 6.17 4.68 15.05 -
YUV 62.39 154.31 129.87 -
System Red Green Blue C M Y K H S L
Decimal 65 52 109 0.40 0.52 0 0.57 253.68 0.35 0.32
Hex 41 34 6D 28 34 0 39 FE 23 20
Octal 101 64 155 50 64 0 71 376 43 40
Binary 1000001 110100 1101101 101000 110100 0 111001 11111110 100011 100000

Color Harmonies of #41346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41346D

Black with #41346D

Text Example


Text Example

White with #41346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41346D; }

 p { color: rgb(65,52,109); }

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

background-color css

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

 a { background-color: rgb(65,52,109); }

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

border-color css

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

 span { border-color: rgb(65,52,109); }

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