#302C50

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

Shades of Paua #302C50

Tints of Paua #302C50

Color information

#302C50 (or 0x302C50) is unknown color: approx Paua. HEX triplet: 30, 2C and 50. RGB value is (48,44,80). Sum of RGB (Red+Green+Blue) = 48+44+80=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #302C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302C50 is #CFD3AF. Grayscale: #313131. Windows color (decimal): -13620144 or 5254192. OLE color: 5254192.

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

Color convert

RGB484480-
CMYK0.400.4500.69
HSL246.67º29.03%24.31%-
HSV(B)246.67º45%31.37%-
XYZ3.573.017.98-
YUV49.3145.33127.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 44 (17.58% from 255) = 25.58%
BLUE value IS 80 (31.64% from 255) = 46.51%
R=27.91%
G=25.58%
B=46.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4844800.400.4500.69246.6729.0324.31
Hex302C50282D045f71d18
Octal6054120505501053673530
Binary110000101100101000010100010110101000101111101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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