#30294F

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

Shades of Paua #30294F

Tints of Paua #30294F

Color information

#30294F (or 0x30294F) is unknown color: approx Paua. HEX triplet: 30, 29 and 4F. RGB value is (48,41,79). Sum of RGB (Red+Green+Blue) = 48+41+79=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 79 - color contains mainly: blue. Hex color #30294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30294F is #CFD6B0. Grayscale: #2F2F2F. Windows color (decimal): -13620913 or 5187888. OLE color: 5187888.

HSL color Cylindrical-coordinate representation of color #30294F: hue angle of 251.05º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30294F is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB484179-
CMYK0.390.4800.69
HSL251.05º31.67%23.53%-
HSV(B)251.05º48.1%30.98%-
XYZ3.422.787.75-
YUV47.42145.82128.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 41 (16.41% from 255) = 24.40%
BLUE value IS 79 (31.25% from 255) = 47.02%
R=28.57%
G=24.40%
B=47.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4841790.390.4800.69251.0531.6723.53
Hex30294F2730045fb2018
Octal6051117476001053734030
Binary1100001010011001111100111110000010001011111101110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30294F; }

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

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

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

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

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

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

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

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