#333056

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

Shades of Paua #333056

Tints of Paua #333056

Color information

#333056 (or 0x333056) is unknown color: approx Paua. HEX triplet: 33, 30 and 56. RGB value is (51,48,86). Sum of RGB (Red+Green+Blue) = 51+48+86=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #333056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333056 is #CCCFA9. Grayscale: #353535. Windows color (decimal): -13422506 or 5648435. OLE color: 5648435.

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

Color convert

RGB514886-
CMYK0.410.4400.66
HSL244.74º28.36%26.27%-
HSV(B)244.74º44.19%33.73%-
XYZ4.13.499.26-
YUV53.23146.49126.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.57%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 86 (33.98% from 255) = 46.49%
R=27.57%
G=25.95%
B=46.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5148860.410.4400.66244.7428.3626.27
Hex333056292C042f51c1a
Octal6360126515401023653432
Binary110011110000101011010100110110001000010111101011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333056; }

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

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

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

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

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

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

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

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