Html Css Color HEX #34246E Paris M

📋 copy color: '#34246E'

red 52 ◦ green 36 ◦ blue 110

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

Shades of Paris M #34246E

Tints of Paris M #34246E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.18%

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

R = 26.26%
G = 18.18%
B = 55.56%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34246E (or 0x34246E) is known color: Paris M. HEX triplet: 34, 24 and 6E. RGB value is (52,36,110). Sum of RGB (Red+Green+Blue) = 52+36+110=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #34246E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34246E is #CBDB91. Grayscale: #303030. Windows color (decimal): -13360018 or 7218228. OLE color: 7218228.

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

Color convert

RGB 52 36 110 -
CMYK 0.53 0.67 0 0.57
HSL 252.97º 0.51% 0.29% -
HSV(B) 252.97º 0.67% 0.43% -
XYZ 4.86 3.12 15.1 -
YUV 49.22 162.3 129.98 -
System Red Green Blue C M Y K H S L
Decimal 52 36 110 0.53 0.67 0 0.57 252.97 0.51 0.29
Hex 34 24 6E 35 43 0 39 FD 33 1D
Octal 64 44 156 65 103 0 71 375 63 35
Binary 110100 100100 1101110 110101 1000011 0 111001 11111101 110011 11101

Color Harmonies of #34246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34246E

Black with #34246E

Text Example


Text Example

White with #34246E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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