#333053

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

Shades of Paua #333053

Tints of Paua #333053

Color information

#333053 (or 0x333053) is unknown color: approx Paua. HEX triplet: 33, 30 and 53. RGB value is (51,48,83). Sum of RGB (Red+Green+Blue) = 51+48+83=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #333053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333053 is #CCCFAC. Grayscale: #343434. Windows color (decimal): -13422509 or 5451827. OLE color: 5451827.

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

Color convert

RGB514883-
CMYK0.390.4200.67
HSL245.14º26.72%25.69%-
HSV(B)245.14º42.17%32.55%-
XYZ3.983.448.64-
YUV52.89144.99126.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.02%
GREEN value IS 48 (19.14% from 255) = 26.37%
BLUE value IS 83 (32.81% from 255) = 45.60%
R=28.02%
G=26.37%
B=45.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5148830.390.4200.67245.1426.7225.69
Hex333053272A043f51b1a
Octal6360123475201033653332
Binary110011110000101001110011110101001000011111101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333053; }

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

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

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

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

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

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

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

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