Html Css Color HEX #332B69 Paris M

📋 copy color: '#332B69'

red 51 ◦ green 43 ◦ blue 105

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

Shades of Paris M #332B69

Tints of Paris M #332B69

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.61%

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

R = 25.63%
G = 21.61%
B = 52.76%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#332B69 (or 0x332B69) is known color: Paris M. HEX triplet: 33, 2B and 69. RGB value is (51,43,105). Sum of RGB (Red+Green+Blue) = 51+43+105=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #332B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332B69 is #CCD496. Grayscale: #343434. Windows color (decimal): -13423767 or 6892339. OLE color: 6892339.

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

Color convert

RGB 51 43 105 -
CMYK 0.51 0.59 0 0.59
HSL 247.74º 0.42% 0.29% -
HSV(B) 247.74º 0.59% 0.41% -
XYZ 4.78 3.45 13.78 -
YUV 52.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 51 43 105 0.51 0.59 0 0.59 247.74 0.42 0.29
Hex 33 2B 69 33 3B 0 3B F8 2A 1D
Octal 63 53 151 63 73 0 73 370 52 35
Binary 110011 101011 1101001 110011 111011 0 111011 11111000 101010 11101

Color Harmonies of #332B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332B69

Black with #332B69

Text Example


Text Example

White with #332B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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