Html Css Color HEX #34246B Paris M

📋 copy color: '#34246B'

red 52 ◦ green 36 ◦ blue 107

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

Shades of Paris M #34246B

Tints of Paris M #34246B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 54.87%

R = 26.67%
G = 18.46%
B = 54.87%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34246B (or 0x34246B) is known color: Paris M. HEX triplet: 34, 24 and 6B. RGB value is (52,36,107). Sum of RGB (Red+Green+Blue) = 52+36+107=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #34246B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34246B is #CBDB94. Grayscale: #303030. Windows color (decimal): -13360021 or 7021620. OLE color: 7021620.

HSL color Cylindrical-coordinate representation of color #34246B: hue angle of 253.52º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34246B is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 36 107 -
CMYK 0.51 0.66 0 0.58
HSL 253.52º 0.5% 0.28% -
HSV(B) 253.52º 0.66% 0.42% -
XYZ 4.7 3.05 14.25 -
YUV 48.88 160.8 130.23 -
System Red Green Blue C M Y K H S L
Decimal 52 36 107 0.51 0.66 0 0.58 253.52 0.5 0.28
Hex 34 24 6B 33 42 0 3A FE 32 1C
Octal 64 44 153 63 102 0 72 376 62 34
Binary 110100 100100 1101011 110011 1000010 0 111010 11111110 110010 11100

Color Harmonies of #34246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34246B

Black with #34246B

Text Example


Text Example

White with #34246B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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