Html Css Color HEX #332E58 Paris M

📋 copy color: '#332E58'

red 51 ◦ green 46 ◦ blue 88

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

Shades of Paris M #332E58

Tints of Paris M #332E58

RGB

 RED value IS 51 (20.31% from 255) = 27.57%

 GREEN value IS 46 (18.36% from 255) = 24.86%

 BLUE value IS 88 (34.77% from 255) = 47.57%

R = 27.57%
G = 24.86%
B = 47.57%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#332E58 (or 0x332E58) is known color: Paris M. HEX triplet: 33, 2E and 58. RGB value is (51,46,88). Sum of RGB (Red+Green+Blue) = 51+46+88=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #332E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332E58 is #CCD1A7. Grayscale: #343434. Windows color (decimal): -13423016 or 5778995. OLE color: 5778995.

HSL color Cylindrical-coordinate representation of color #332E58: hue angle of 247.14º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #332E58 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 46 88 -
CMYK 0.42 0.48 0 0.65
HSL 247.14º 0.31% 0.26% -
HSV(B) 247.14º 0.48% 0.35% -
XYZ 4.1 3.36 9.67 -
YUV 52.28 148.16 127.08 -
System Red Green Blue C M Y K H S L
Decimal 51 46 88 0.42 0.48 0 0.65 247.14 0.31 0.26
Hex 33 2E 58 2A 30 0 41 F7 1F 1A
Octal 63 56 130 52 60 0 101 367 37 32
Binary 110011 101110 1011000 101010 110000 0 1000001 11110111 11111 11010

Color Harmonies of #332E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332E58

Black with #332E58

Text Example


Text Example

White with #332E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332E58; }

 p { color: rgb(51,46,88); }

 H1.HeaderClassName
 {
   color: #332E58;
 }
 .AnyTagClassName
 {
   color: #332E58;
 }
</style>

background-color css

<style>
 a { background-color: #332E58; }

 a { background-color: rgb(51,46,88); }

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

border-color css

<style>
 span { border-color: #332E58; }

 span { border-color: rgb(51,46,88); }

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