#302854

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

Shades of Paua #302854

Tints of Paua #302854

Color information

#302854 (or 0x302854) is unknown color: approx Paua. HEX triplet: 30, 28 and 54. RGB value is (48,40,84). Sum of RGB (Red+Green+Blue) = 48+40+84=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #302854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302854 is #CFD7AB. Grayscale: #2F2F2F. Windows color (decimal): -13621164 or 5515312. OLE color: 5515312.

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

Color convert

RGB484084-
CMYK0.430.5200.67
HSL250.91º35.48%24.31%-
HSV(B)250.91º52.38%32.94%-
XYZ3.582.798.74-
YUV47.41148.65128.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 40 (16.02% from 255) = 23.26%
BLUE value IS 84 (33.20% from 255) = 48.84%
R=27.91%
G=23.26%
B=48.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4840840.430.5200.67250.9135.4824.31
Hex3028542B34043fb2318
Octal6050124536401033734330
Binary1100001010001010100101011110100010000111111101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302854; }

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

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

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

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

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

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

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

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