Html Css Color HEX #34305B Paris M

📋 copy color: '#34305B'

red 52 ◦ green 48 ◦ blue 91

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

Shades of Paris M #34305B

Tints of Paris M #34305B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.13%

 BLUE value IS 91 (35.94% from 255) = 47.64%

R = 27.23%
G = 25.13%
B = 47.64%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34305B (or 0x34305B) is known color: Paris M. HEX triplet: 34, 30 and 5B. RGB value is (52,48,91). Sum of RGB (Red+Green+Blue) = 52+48+91=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #34305B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34305B is #CBCFA4. Grayscale: #353535. Windows color (decimal): -13356965 or 5976116. OLE color: 5976116.

HSL color Cylindrical-coordinate representation of color #34305B: hue angle of 245.58º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #34305B is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 48 91 -
CMYK 0.43 0.47 0 0.64
HSL 245.58º 0.31% 0.27% -
HSV(B) 245.58º 0.47% 0.36% -
XYZ 4.36 3.6 10.36 -
YUV 54.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 52 48 91 0.43 0.47 0 0.64 245.58 0.31 0.27
Hex 34 30 5B 2B 2F 0 40 F6 1F 1B
Octal 64 60 133 53 57 0 100 366 37 33
Binary 110100 110000 1011011 101011 101111 0 1000000 11110110 11111 11011

Color Harmonies of #34305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34305B

Black with #34305B

Text Example


Text Example

White with #34305B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,48,91); }

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

background-color css

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

 a { background-color: rgb(52,48,91); }

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

border-color css

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

 span { border-color: rgb(52,48,91); }

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