#333152

Color #333152 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #333152

Tints of Paua #333152

Color information

#333152 (or 0x333152) is unknown color: approx Paua. HEX triplet: 33, 31 and 52. RGB value is (51,49,82). Sum of RGB (Red+Green+Blue) = 51+49+82=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: blue. Hex color #333152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333152 is #CCCEAD. Grayscale: #353535. Windows color (decimal): -13422254 or 5386547. OLE color: 5386547.

HSL color Cylindrical-coordinate representation of color #333152: hue angle of 243.64º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #333152 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB514982-
CMYK0.380.4000.68
HSL243.64º25.19%25.69%-
HSV(B)243.64º40.24%32.16%-
XYZ3.993.518.45-
YUV53.36144.16126.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.02%
GREEN value IS 49 (19.53% from 255) = 26.92%
BLUE value IS 82 (32.42% from 255) = 45.05%
R=28.02%
G=26.92%
B=45.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5149820.380.4000.68243.6425.1925.69
Hex3331522628044f4191a
Octal6361122465001043643132
Binary110011110001101001010011010100001000100111101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333152; }

 p { color: rgb(51,49,82); }

 H1.HeaderClassName
 {
   color: #333152;
 }
 .AnyTagClassName
 {
   color: #333152;
 }
</style>
background-color css

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

 a { background-color: rgb(51,49,82); }

 div.DivClassName
 {
   background-color: #333152;
 }
 .BgClassName
 {
   background-color: #333152;
 }
</style>
border-color css

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

 span { border-color: rgb(51,49,82); }

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