#302C47

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

Shades of Paua #302C47

Tints of Paua #302C47

Color information

#302C47 (or 0x302C47) is unknown color: approx Paua. HEX triplet: 30, 2C and 47. RGB value is (48,44,71). Sum of RGB (Red+Green+Blue) = 48+44+71=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 71 (28.12% from 255 or 43.56% from 163); Max value from RGB is 71 - color contains mainly: blue. Hex color #302C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302C47 is #CFD3B8. Grayscale: #303030. Windows color (decimal): -13620153 or 4664368. OLE color: 4664368.

HSL color Cylindrical-coordinate representation of color #302C47: hue angle of 248.89º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #302C47 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB484471-
CMYK0.320.3800.72
HSL248.89º23.48%22.55%-
HSV(B)248.89º38.03%27.84%-
XYZ3.262.886.35-
YUV48.27140.83127.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.45%
GREEN value IS 44 (17.58% from 255) = 26.99%
BLUE value IS 71 (28.12% from 255) = 43.56%
R=29.45%
G=26.99%
B=43.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4844710.320.3800.72248.8923.4822.55
Hex302C472026048f91717
Octal6054107404601103712727
Binary110000101100100011110000010011001001000111110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,44,71); }

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

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

 a { background-color: rgb(48,44,71); }

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

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

 span { border-color: rgb(48,44,71); }

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