#302A53

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

Shades of Paua #302A53

Tints of Paua #302A53

Color information

#302A53 (or 0x302A53) is unknown color: approx Paua. HEX triplet: 30, 2A and 53. RGB value is (48,42,83). Sum of RGB (Red+Green+Blue) = 48+42+83=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #302A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302A53 is #CFD5AC. Grayscale: #303030. Windows color (decimal): -13620653 or 5450288. OLE color: 5450288.

HSL color Cylindrical-coordinate representation of color #302A53: hue angle of 248.78º degrees, saturation: 0.33, 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 #302A53 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB484283-
CMYK0.420.4900.67
HSL248.78º32.8%24.51%-
HSV(B)248.78º49.4%32.55%-
XYZ3.612.918.55-
YUV48.47147.49127.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.75%
GREEN value IS 42 (16.80% from 255) = 24.28%
BLUE value IS 83 (32.81% from 255) = 47.98%
R=27.75%
G=24.28%
B=47.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4842830.420.4900.67248.7832.824.51
Hex302A532A31043f92119
Octal6052123526101033714131
Binary1100001010101010011101010110001010000111111100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,42,83); }

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

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

 a { background-color: rgb(48,42,83); }

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

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

 span { border-color: rgb(48,42,83); }

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