Html Css Color HEX #34285F Paris M

📋 copy color: '#34285F'

red 52 ◦ green 40 ◦ blue 95

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

Shades of Paris M #34285F

Tints of Paris M #34285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.39%

 BLUE value IS 95 (37.5% from 255) = 50.8%

R = 27.81%
G = 21.39%
B = 50.8%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#34285F (or 0x34285F) is known color: Paris M. HEX triplet: 34, 28 and 5F. RGB value is (52,40,95). Sum of RGB (Red+Green+Blue) = 52+40+95=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #34285F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34285F is #CBD7A0. Grayscale: #313131. Windows color (decimal): -13359009 or 6236212. OLE color: 6236212.

HSL color Cylindrical-coordinate representation of color #34285F: hue angle of 253.09º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34285F is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 52 40 95 -
CMYK 0.45 0.58 0 0.63
HSL 253.09º 0.41% 0.26% -
HSV(B) 253.09º 0.58% 0.37% -
XYZ 4.24 3.07 11.2 -
YUV 49.86 153.48 129.53 -
System Red Green Blue C M Y K H S L
Decimal 52 40 95 0.45 0.58 0 0.63 253.09 0.41 0.26
Hex 34 28 5F 2D 3A 0 3F FD 29 1A
Octal 64 50 137 55 72 0 77 375 51 32
Binary 110100 101000 1011111 101101 111010 0 111111 11111101 101001 11010

Color Harmonies of #34285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34285F

Black with #34285F

Text Example


Text Example

White with #34285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,40,95); }

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

background-color css

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

 a { background-color: rgb(52,40,95); }

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

border-color css

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

 span { border-color: rgb(52,40,95); }

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