#302D4C

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

Shades of Paua #302D4C

Tints of Paua #302D4C

Color information

#302D4C (or 0x302D4C) is unknown color: approx Paua. HEX triplet: 30, 2D and 4C. RGB value is (48,45,76). Sum of RGB (Red+Green+Blue) = 48+45+76=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 76 - color contains mainly: blue. Hex color #302D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302D4C is #CFD2B3. Grayscale: #313131. Windows color (decimal): -13619892 or 4992304. OLE color: 4992304.

HSL color Cylindrical-coordinate representation of color #302D4C: hue angle of 245.81º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #302D4C is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB484576-
CMYK0.370.4100.70
HSL245.81º25.62%23.73%-
HSV(B)245.81º40.79%29.8%-
XYZ3.463.037.24-
YUV49.43142.99126.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 45 (17.97% from 255) = 26.63%
BLUE value IS 76 (30.08% from 255) = 44.97%
R=28.40%
G=26.63%
B=44.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4845760.370.4100.70245.8125.6223.73
Hex302D4C2529046f61a18
Octal6055114455101063663230
Binary110000101101100110010010110100101000110111101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,45,76); }

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

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

 a { background-color: rgb(48,45,76); }

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

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

 span { border-color: rgb(48,45,76); }

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