Html Css Color HEX #34256D Paris M

📋 copy color: '#34256D'

red 52 ◦ green 37 ◦ blue 109

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

Shades of Paris M #34256D

Tints of Paris M #34256D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 55.05%

R = 26.26%
G = 18.69%
B = 55.05%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34256D (or 0x34256D) is known color: Paris M. HEX triplet: 34, 25 and 6D. RGB value is (52,37,109). Sum of RGB (Red+Green+Blue) = 52+37+109=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #34256D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34256D is #CBDA92. Grayscale: #313131. Windows color (decimal): -13359763 or 7152948. OLE color: 7152948.

HSL color Cylindrical-coordinate representation of color #34256D: hue angle of 252.5º degrees, saturation: 0.49, 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 #34256D is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 37 109 -
CMYK 0.52 0.66 0 0.57
HSL 252.5º 0.49% 0.29% -
HSV(B) 252.5º 0.66% 0.43% -
XYZ 4.84 3.16 14.82 -
YUV 49.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 52 37 109 0.52 0.66 0 0.57 252.5 0.49 0.29
Hex 34 25 6D 34 42 0 39 FD 31 1D
Octal 64 45 155 64 102 0 71 375 61 35
Binary 110100 100101 1101101 110100 1000010 0 111001 11111101 110001 11101

Color Harmonies of #34256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34256D

Black with #34256D

Text Example


Text Example

White with #34256D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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