#302855

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

Shades of Paua #302855

Tints of Paua #302855

Color information

#302855 (or 0x302855) is unknown color: approx Paua. HEX triplet: 30, 28 and 55. RGB value is (48,40,85). Sum of RGB (Red+Green+Blue) = 48+40+85=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #302855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302855 is #CFD7AA. Grayscale: #2F2F2F. Windows color (decimal): -13621163 or 5580848. OLE color: 5580848.

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

Color convert

RGB484085-
CMYK0.440.5300.67
HSL250.67º36%24.51%-
HSV(B)250.67º52.94%33.33%-
XYZ3.622.88.94-
YUV47.52149.15128.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.75%
GREEN value IS 40 (16.02% from 255) = 23.12%
BLUE value IS 85 (33.59% from 255) = 49.13%
R=27.75%
G=23.12%
B=49.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4840850.440.5300.67250.673624.51
Hex3028552C35043fb2419
Octal6050125546501033734431
Binary1100001010001010101101100110101010000111111101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302855; }

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

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

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

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

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

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

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

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