Html Css Color HEX #34305E Paris M

📋 copy color: '#34305E'

red 52 ◦ green 48 ◦ blue 94

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

Shades of Paris M #34305E

Tints of Paris M #34305E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 48.45%

R = 26.8%
G = 24.74%
B = 48.45%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#34305E (or 0x34305E) is known color: Paris M. HEX triplet: 34, 30 and 5E. RGB value is (52,48,94). Sum of RGB (Red+Green+Blue) = 52+48+94=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #34305E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34305E is #CBCFA1. Grayscale: #363636. Windows color (decimal): -13356962 or 6172724. OLE color: 6172724.

HSL color Cylindrical-coordinate representation of color #34305E: hue angle of 245.22º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #34305E is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 52 48 94 -
CMYK 0.45 0.49 0 0.63
HSL 245.22º 0.32% 0.28% -
HSV(B) 245.22º 0.49% 0.37% -
XYZ 4.49 3.65 11.06 -
YUV 54.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 52 48 94 0.45 0.49 0 0.63 245.22 0.32 0.28
Hex 34 30 5E 2D 31 0 3F F5 20 1C
Octal 64 60 136 55 61 0 77 365 40 34
Binary 110100 110000 1011110 101101 110001 0 111111 11110101 100000 11100

Color Harmonies of #34305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34305E

Black with #34305E

Text Example


Text Example

White with #34305E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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