#302D57

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

Shades of Paua #302D57

Tints of Paua #302D57

Color information

#302D57 (or 0x302D57) is unknown color: approx Paua. HEX triplet: 30, 2D and 57. RGB value is (48,45,87). Sum of RGB (Red+Green+Blue) = 48+45+87=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #302D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302D57 is #CFD2A8. Grayscale: #323232. Windows color (decimal): -13619881 or 5713200. OLE color: 5713200.

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

Color convert

RGB484587-
CMYK0.450.4800.66
HSL244.29º31.82%25.88%-
HSV(B)244.29º48.28%34.12%-
XYZ3.883.199.43-
YUV50.68148.49126.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 45 (17.97% from 255) = 25%
BLUE value IS 87 (34.38% from 255) = 48.33%
R=26.67%
G=25%
B=48.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4845870.450.4800.66244.2931.8225.88
Hex302D572D30042f4201a
Octal6055127556001023644032
Binary1100001011011010111101101110000010000101111010010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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