Html Css Color HEX #34265B Paris M

📋 copy color: '#34265B'

red 52 ◦ green 38 ◦ blue 91

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

Shades of Paris M #34265B

Tints of Paris M #34265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 50.28%

R = 28.73%
G = 20.99%
B = 50.28%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34265B (or 0x34265B) is known color: Paris M. HEX triplet: 34, 26 and 5B. RGB value is (52,38,91). Sum of RGB (Red+Green+Blue) = 52+38+91=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #34265B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34265B is #CBD9A4. Grayscale: #303030. Windows color (decimal): -13359525 or 5973556. OLE color: 5973556.

HSL color Cylindrical-coordinate representation of color #34265B: hue angle of 255.85º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34265B is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 38 91 -
CMYK 0.43 0.58 0 0.64
HSL 255.85º 0.41% 0.25% -
HSV(B) 255.85º 0.58% 0.36% -
XYZ 4 2.87 10.24 -
YUV 48.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 52 38 91 0.43 0.58 0 0.64 255.85 0.41 0.25
Hex 34 26 5B 2B 3A 0 40 100 29 19
Octal 64 46 133 53 72 0 100 400 51 31
Binary 110100 100110 1011011 101011 111010 0 1000000 100000000 101001 11001

Color Harmonies of #34265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34265B

Black with #34265B

Text Example


Text Example

White with #34265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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