#302B51

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

Shades of Paua #302B51

Tints of Paua #302B51

Color information

#302B51 (or 0x302B51) is unknown color: approx Paua. HEX triplet: 30, 2B and 51. RGB value is (48,43,81). Sum of RGB (Red+Green+Blue) = 48+43+81=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #302B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302B51 is #CFD4AE. Grayscale: #303030. Windows color (decimal): -13620399 or 5319472. OLE color: 5319472.

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

Color convert

RGB484381-
CMYK0.410.4700.68
HSL247.89º30.65%24.31%-
HSV(B)247.89º46.91%31.76%-
XYZ3.572.958.17-
YUV48.83146.16127.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.91%
GREEN value IS 43 (17.19% from 255) = 25%
BLUE value IS 81 (32.03% from 255) = 47.09%
R=27.91%
G=25%
B=47.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4843810.410.4700.68247.8930.6524.31
Hex302B51292F044f81f18
Octal6053121515701043703730
Binary110000101011101000110100110111101000100111110001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,43,81); }

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

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

 a { background-color: rgb(48,43,81); }

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

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

 span { border-color: rgb(48,43,81); }

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