Html Css Color HEX #332C69 Paris M

📋 copy color: '#332C69'

red 51 ◦ green 44 ◦ blue 105

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

Shades of Paris M #332C69

Tints of Paris M #332C69

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22%

 BLUE value IS 105 (41.41% from 255) = 52.5%

R = 25.5%
G = 22%
B = 52.5%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#332C69 (or 0x332C69) is known color: Paris M. HEX triplet: 33, 2C and 69. RGB value is (51,44,105). Sum of RGB (Red+Green+Blue) = 51+44+105=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #332C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332C69 is #CCD396. Grayscale: #343434. Windows color (decimal): -13423511 or 6892595. OLE color: 6892595.

HSL color Cylindrical-coordinate representation of color #332C69: hue angle of 246.89º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #332C69 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 44 105 -
CMYK 0.51 0.58 0 0.59
HSL 246.89º 0.41% 0.29% -
HSV(B) 246.89º 0.58% 0.41% -
XYZ 4.82 3.53 13.79 -
YUV 53.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 51 44 105 0.51 0.58 0 0.59 246.89 0.41 0.29
Hex 33 2C 69 33 3A 0 3B F7 29 1D
Octal 63 54 151 63 72 0 73 367 51 35
Binary 110011 101100 1101001 110011 111010 0 111011 11110111 101001 11101

Color Harmonies of #332C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332C69

Black with #332C69

Text Example


Text Example

White with #332C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,44,105); }

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

background-color css

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

 a { background-color: rgb(51,44,105); }

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

border-color css

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

 span { border-color: rgb(51,44,105); }

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