Html Css Color HEX #34265E Paris M

📋 copy color: '#34265E'

red 52 ◦ green 38 ◦ blue 94

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

Shades of Paris M #34265E

Tints of Paris M #34265E

RGB

 RED value IS 52 (20.7% from 255) = 28.26%

 GREEN value IS 38 (15.23% from 255) = 20.65%

 BLUE value IS 94 (37.11% from 255) = 51.09%

R = 28.26%
G = 20.65%
B = 51.09%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#34265E (or 0x34265E) is known color: Paris M. HEX triplet: 34, 26 and 5E. RGB value is (52,38,94). Sum of RGB (Red+Green+Blue) = 52+38+94=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #34265E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34265E is #CBD9A1. Grayscale: #303030. Windows color (decimal): -13359522 or 6170164. OLE color: 6170164.

HSL color Cylindrical-coordinate representation of color #34265E: hue angle of 255º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34265E is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 52 38 94 -
CMYK 0.45 0.60 0 0.63
HSL 255º 0.42% 0.26% -
HSV(B) 255º 0.6% 0.37% -
XYZ 4.13 2.92 10.94 -
YUV 48.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 52 38 94 0.45 0.60 0 0.63 255 0.42 0.26
Hex 34 26 5E 2D 3C 0 3F FF 2A 1A
Octal 64 46 136 55 74 0 77 377 52 32
Binary 110100 100110 1011110 101101 111100 0 111111 11111111 101010 11010

Color Harmonies of #34265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34265E

Black with #34265E

Text Example


Text Example

White with #34265E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34265E; }

 p { color: rgb(52,38,94); }

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

background-color css

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

 a { background-color: rgb(52,38,94); }

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

border-color css

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

 span { border-color: rgb(52,38,94); }

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