#302B54

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

Shades of Paua #302B54

Tints of Paua #302B54

Color information

#302B54 (or 0x302B54) is unknown color: approx Paua. HEX triplet: 30, 2B and 54. RGB value is (48,43,84). Sum of RGB (Red+Green+Blue) = 48+43+84=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #302B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302B54 is #CFD4AB. Grayscale: #313131. Windows color (decimal): -13620396 or 5516080. OLE color: 5516080.

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

Color convert

RGB484384-
CMYK0.430.4900.67
HSL247.32º32.28%24.9%-
HSV(B)247.32º48.81%32.94%-
XYZ3.6838.77-
YUV49.17147.66127.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.43%
GREEN value IS 43 (17.19% from 255) = 24.57%
BLUE value IS 84 (33.20% from 255) = 48%
R=27.43%
G=24.57%
B=48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4843840.430.4900.67247.3232.2824.9
Hex302B542B31043f72019
Octal6053124536101033674031
Binary1100001010111010100101011110001010000111111011110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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