Html Css Color HEX #34305A Paris M

📋 copy color: '#34305A'

red 52 ◦ green 48 ◦ blue 90

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

Shades of Paris M #34305A

Tints of Paris M #34305A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 47.37%

R = 27.37%
G = 25.26%
B = 47.37%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#34305A (or 0x34305A) is known color: Paris M. HEX triplet: 34, 30 and 5A. RGB value is (52,48,90). Sum of RGB (Red+Green+Blue) = 52+48+90=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #34305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34305A is #CBCFA5. Grayscale: #353535. Windows color (decimal): -13356966 or 5910580. OLE color: 5910580.

HSL color Cylindrical-coordinate representation of color #34305A: hue angle of 245.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #34305A is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 48 90 -
CMYK 0.42 0.47 0 0.65
HSL 245.71º 0.3% 0.27% -
HSV(B) 245.71º 0.47% 0.35% -
XYZ 4.32 3.58 10.14 -
YUV 53.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 52 48 90 0.42 0.47 0 0.65 245.71 0.3 0.27
Hex 34 30 5A 2A 2F 0 41 F6 1E 1B
Octal 64 60 132 52 57 0 101 366 36 33
Binary 110100 110000 1011010 101010 101111 0 1000001 11110110 11110 11011

Color Harmonies of #34305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34305A

Black with #34305A

Text Example


Text Example

White with #34305A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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