#302A50

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

Shades of Paua #302A50

Tints of Paua #302A50

Color information

#302A50 (or 0x302A50) is unknown color: approx Paua. HEX triplet: 30, 2A and 50. RGB value is (48,42,80). Sum of RGB (Red+Green+Blue) = 48+42+80=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #302A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302A50 is #CFD5AF. Grayscale: #2F2F2F. Windows color (decimal): -13620656 or 5253680. OLE color: 5253680.

HSL color Cylindrical-coordinate representation of color #302A50: hue angle of 249.47º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #302A50 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB484280-
CMYK0.400.4800.69
HSL249.47º31.15%23.92%-
HSV(B)249.47º47.5%31.37%-
XYZ3.492.867.96-
YUV48.13145.99127.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.24%
GREEN value IS 42 (16.80% from 255) = 24.71%
BLUE value IS 80 (31.64% from 255) = 47.06%
R=28.24%
G=24.71%
B=47.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4842800.400.4800.69249.4731.1523.92
Hex302A502830045f91f18
Octal6052120506001053713730
Binary110000101010101000010100011000001000101111110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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