#333054

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

Shades of Paua #333054

Tints of Paua #333054

Color information

#333054 (or 0x333054) is unknown color: approx Paua. HEX triplet: 33, 30 and 54. RGB value is (51,48,84). Sum of RGB (Red+Green+Blue) = 51+48+84=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #333054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333054 is #CCCFAB. Grayscale: #343434. Windows color (decimal): -13422508 or 5517363. OLE color: 5517363.

HSL color Cylindrical-coordinate representation of color #333054: hue angle of 245º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #333054 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB514884-
CMYK0.390.4300.67
HSL245º27.27%25.88%-
HSV(B)245º42.86%32.94%-
XYZ4.023.468.84-
YUV53145.49126.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.87%
GREEN value IS 48 (19.14% from 255) = 26.23%
BLUE value IS 84 (33.20% from 255) = 45.90%
R=27.87%
G=26.23%
B=45.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5148840.390.4300.6724527.2725.88
Hex333054272B043f51b1a
Octal6360124475301033653332
Binary110011110000101010010011110101101000011111101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333054; }

 p { color: rgb(51,48,84); }

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

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

 a { background-color: rgb(51,48,84); }

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

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

 span { border-color: rgb(51,48,84); }

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