Html Css Color HEX #34285A Paris M

📋 copy color: '#34285A'

red 52 ◦ green 40 ◦ blue 90

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

Shades of Paris M #34285A

Tints of Paris M #34285A

RGB

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

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

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

R = 28.57%
G = 21.98%
B = 49.45%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#34285A (or 0x34285A) is known color: Paris M. HEX triplet: 34, 28 and 5A. RGB value is (52,40,90). Sum of RGB (Red+Green+Blue) = 52+40+90=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #34285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34285A is #CBD7A5. Grayscale: #313131. Windows color (decimal): -13359014 or 5908532. OLE color: 5908532.

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

Color convert

RGB 52 40 90 -
CMYK 0.42 0.56 0 0.65
HSL 254.4º 0.38% 0.25% -
HSV(B) 254.4º 0.56% 0.35% -
XYZ 4.02 2.99 10.04 -
YUV 49.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 52 40 90 0.42 0.56 0 0.65 254.4 0.38 0.25
Hex 34 28 5A 2A 38 0 41 FE 26 19
Octal 64 50 132 52 70 0 101 376 46 31
Binary 110100 101000 1011010 101010 111000 0 1000001 11111110 100110 11001

Color Harmonies of #34285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34285A

Black with #34285A

Text Example


Text Example

White with #34285A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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