Html Css Color HEX #34265D Paris M

📋 copy color: '#34265D'

red 52 ◦ green 38 ◦ blue 93

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

Shades of Paris M #34265D

Tints of Paris M #34265D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 50.82%

R = 28.42%
G = 20.77%
B = 50.82%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34265D (or 0x34265D) is known color: Paris M. HEX triplet: 34, 26 and 5D. RGB value is (52,38,93). Sum of RGB (Red+Green+Blue) = 52+38+93=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #34265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34265D is #CBD9A2. Grayscale: #303030. Windows color (decimal): -13359523 or 6104628. OLE color: 6104628.

HSL color Cylindrical-coordinate representation of color #34265D: hue angle of 255.27º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34265D is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 38 93 -
CMYK 0.44 0.59 0 0.64
HSL 255.27º 0.42% 0.26% -
HSV(B) 255.27º 0.59% 0.36% -
XYZ 4.09 2.91 10.7 -
YUV 48.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 52 38 93 0.44 0.59 0 0.64 255.27 0.42 0.26
Hex 34 26 5D 2C 3B 0 40 FF 2A 1A
Octal 64 46 135 54 73 0 100 377 52 32
Binary 110100 100110 1011101 101100 111011 0 1000000 11111111 101010 11010

Color Harmonies of #34265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34265D

Black with #34265D

Text Example


Text Example

White with #34265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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