Html Css Color HEX #41346F Minsk

📋 copy color: '#41346F'

red 65 ◦ green 52 ◦ blue 111

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

Shades of Minsk #41346F

Tints of Minsk #41346F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.68%

R = 28.51%
G = 22.81%
B = 48.68%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#41346F (or 0x41346F) is known color: Minsk. HEX triplet: 41, 34 and 6F. RGB value is (65,52,111). Sum of RGB (Red+Green+Blue) = 65+52+111=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #41346F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41346F is #BECB90. Grayscale: #3E3E3E. Windows color (decimal): -12503953 or 7287873. OLE color: 7287873.

HSL color Cylindrical-coordinate representation of color #41346F: hue angle of 253.22º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41346F is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 52 111 -
CMYK 0.41 0.53 0 0.56
HSL 253.22º 0.36% 0.32% -
HSV(B) 253.22º 0.53% 0.44% -
XYZ 6.28 4.73 15.62 -
YUV 62.61 155.31 129.7 -
System Red Green Blue C M Y K H S L
Decimal 65 52 111 0.41 0.53 0 0.56 253.22 0.36 0.32
Hex 41 34 6F 29 35 0 38 FD 24 20
Octal 101 64 157 51 65 0 70 375 44 40
Binary 1000001 110100 1101111 101001 110101 0 111000 11111101 100100 100000

Color Harmonies of #41346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41346F

Black with #41346F

Text Example


Text Example

White with #41346F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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