#333055

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

Shades of Paua #333055

Tints of Paua #333055

Color information

#333055 (or 0x333055) is unknown color: approx Paua. HEX triplet: 33, 30 and 55. RGB value is (51,48,85). Sum of RGB (Red+Green+Blue) = 51+48+85=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #333055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333055 is #CCCFAA. Grayscale: #343434. Windows color (decimal): -13422507 or 5582899. OLE color: 5582899.

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

Color convert

RGB514885-
CMYK0.400.4400.67
HSL244.86º27.82%26.08%-
HSV(B)244.86º43.53%33.33%-
XYZ4.063.479.05-
YUV53.11145.99126.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.72%
GREEN value IS 48 (19.14% from 255) = 26.09%
BLUE value IS 85 (33.59% from 255) = 46.20%
R=27.72%
G=26.09%
B=46.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5148850.400.4400.67244.8627.8226.08
Hex333055282C043f51c1a
Octal6360125505401033653432
Binary110011110000101010110100010110001000011111101011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333055; }

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

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

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

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

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

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

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

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