#302F53

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

Shades of Paua #302F53

Tints of Paua #302F53

Color information

#302F53 (or 0x302F53) is unknown color: approx Paua. HEX triplet: 30, 2F and 53. RGB value is (48,47,83). Sum of RGB (Red+Green+Blue) = 48+47+83=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #302F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302F53 is #CFD0AC. Grayscale: #333333. Windows color (decimal): -13619373 or 5451568. OLE color: 5451568.

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

Color convert

RGB484783-
CMYK0.420.4300.67
HSL241.67º27.69%25.49%-
HSV(B)241.67º43.37%32.55%-
XYZ3.83.298.62-
YUV51.4145.83125.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 47 (18.75% from 255) = 26.40%
BLUE value IS 83 (32.81% from 255) = 46.63%
R=26.97%
G=26.40%
B=46.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4847830.420.4300.67241.6727.6925.49
Hex302F532A2B043f21c19
Octal6057123525301033623431
Binary110000101111101001110101010101101000011111100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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