Html Css Color HEX #34256E Paris M

📋 copy color: '#34256E'

red 52 ◦ green 37 ◦ blue 110

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

Shades of Paris M #34256E

Tints of Paris M #34256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.59%

 BLUE value IS 110 (43.36% from 255) = 55.28%

R = 26.13%
G = 18.59%
B = 55.28%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34256E (or 0x34256E) is known color: Paris M. HEX triplet: 34, 25 and 6E. RGB value is (52,37,110). Sum of RGB (Red+Green+Blue) = 52+37+110=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #34256E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34256E is #CBDA91. Grayscale: #313131. Windows color (decimal): -13359762 or 7218484. OLE color: 7218484.

HSL color Cylindrical-coordinate representation of color #34256E: hue angle of 252.33º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34256E is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 37 110 -
CMYK 0.53 0.66 0 0.57
HSL 252.33º 0.5% 0.29% -
HSV(B) 252.33º 0.66% 0.43% -
XYZ 4.89 3.18 15.11 -
YUV 49.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 52 37 110 0.53 0.66 0 0.57 252.33 0.5 0.29
Hex 34 25 6E 35 42 0 39 FC 32 1D
Octal 64 45 156 65 102 0 71 374 62 35
Binary 110100 100101 1101110 110101 1000010 0 111001 11111100 110010 11101

Color Harmonies of #34256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34256E

Black with #34256E

Text Example


Text Example

White with #34256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34256E; }

 p { color: rgb(52,37,110); }

 H1.HeaderClassName
 {
   color: #34256E;
 }
 .AnyTagClassName
 {
   color: #34256E;
 }
</style>

background-color css

<style>
 a { background-color: #34256E; }

 a { background-color: rgb(52,37,110); }

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

border-color css

<style>
 span { border-color: #34256E; }

 span { border-color: rgb(52,37,110); }

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