#302956

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

Shades of Paua #302956

Tints of Paua #302956

Color information

#302956 (or 0x302956) is unknown color: approx Paua. HEX triplet: 30, 29 and 56. RGB value is (48,41,86). Sum of RGB (Red+Green+Blue) = 48+41+86=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #302956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302956 is #CFD6A9. Grayscale: #303030. Windows color (decimal): -13620906 or 5646640. OLE color: 5646640.

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

Color convert

RGB484186-
CMYK0.440.5200.66
HSL249.33º35.43%24.9%-
HSV(B)249.33º52.33%33.73%-
XYZ3.692.899.17-
YUV48.22149.32127.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.43%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 86 (33.98% from 255) = 49.14%
R=27.43%
G=23.43%
B=49.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4841860.440.5200.66249.3335.4324.9
Hex3029562C34042f92319
Octal6051126546401023714331
Binary1100001010011010110101100110100010000101111100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302956; }

 p { color: rgb(48,41,86); }

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

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

 a { background-color: rgb(48,41,86); }

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

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

 span { border-color: rgb(48,41,86); }

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