#302B57

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

Shades of Paua #302B57

Tints of Paua #302B57

Color information

#302B57 (or 0x302B57) is unknown color: approx Paua. HEX triplet: 30, 2B and 57. RGB value is (48,43,87). Sum of RGB (Red+Green+Blue) = 48+43+87=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #302B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302B57 is #CFD4A8. Grayscale: #313131. Windows color (decimal): -13620393 or 5712688. OLE color: 5712688.

HSL color Cylindrical-coordinate representation of color #302B57: hue angle of 246.82º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #302B57 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB484387-
CMYK0.450.5100.66
HSL246.82º33.85%25.49%-
HSV(B)246.82º50.57%34.12%-
XYZ3.83.049.4-
YUV49.51149.16126.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 43 (17.19% from 255) = 24.16%
BLUE value IS 87 (34.38% from 255) = 48.88%
R=26.97%
G=24.16%
B=48.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4843870.450.5100.66246.8233.8525.49
Hex302B572D33042f72219
Octal6053127556301023674231
Binary1100001010111010111101101110011010000101111011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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