#302A54

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

Shades of Paua #302A54

Tints of Paua #302A54

Color information

#302A54 (or 0x302A54) is unknown color: approx Paua. HEX triplet: 30, 2A and 54. RGB value is (48,42,84). Sum of RGB (Red+Green+Blue) = 48+42+84=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #302A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302A54 is #CFD5AB. Grayscale: #303030. Windows color (decimal): -13620652 or 5515824. OLE color: 5515824.

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

Color convert

RGB484284-
CMYK0.430.500.67
HSL248.57º33.33%24.71%-
HSV(B)248.57º50%32.94%-
XYZ3.652.928.76-
YUV48.58147.99127.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 42 (16.80% from 255) = 24.14%
BLUE value IS 84 (33.20% from 255) = 48.28%
R=27.59%
G=24.14%
B=48.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4842840.430.500.67248.5733.3324.71
Hex302A542B32043f92119
Octal6052124536201033714131
Binary1100001010101010100101011110010010000111111100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302A54; }

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

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

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

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

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

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

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

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