Html Css Color HEX #34265A Paris M

📋 copy color: '#34265A'

red 52 ◦ green 38 ◦ blue 90

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

Shades of Paris M #34265A

Tints of Paris M #34265A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 50%

R = 28.89%
G = 21.11%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#34265A (or 0x34265A) is known color: Paris M. HEX triplet: 34, 26 and 5A. RGB value is (52,38,90). Sum of RGB (Red+Green+Blue) = 52+38+90=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #34265A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34265A is #CBD9A5. Grayscale: #2F2F2F. Windows color (decimal): -13359526 or 5908020. OLE color: 5908020.

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

Color convert

RGB 52 38 90 -
CMYK 0.42 0.58 0 0.65
HSL 256.15º 0.41% 0.25% -
HSV(B) 256.15º 0.58% 0.35% -
XYZ 3.95 2.85 10.02 -
YUV 48.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 52 38 90 0.42 0.58 0 0.65 256.15 0.41 0.25
Hex 34 26 5A 2A 3A 0 41 100 29 19
Octal 64 46 132 52 72 0 101 400 51 31
Binary 110100 100110 1011010 101010 111010 0 1000001 100000000 101001 11001

Color Harmonies of #34265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34265A

Black with #34265A

Text Example


Text Example

White with #34265A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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