#302955

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

Shades of Paua #302955

Tints of Paua #302955

Color information

#302955 (or 0x302955) is unknown color: approx Paua. HEX triplet: 30, 29 and 55. RGB value is (48,41,85). Sum of RGB (Red+Green+Blue) = 48+41+85=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #302955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302955 is #CFD6AA. Grayscale: #2F2F2F. Windows color (decimal): -13620907 or 5581104. OLE color: 5581104.

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

Color convert

RGB484185-
CMYK0.440.5200.67
HSL249.55º34.92%24.71%-
HSV(B)249.55º51.76%33.33%-
XYZ3.652.878.96-
YUV48.11148.82127.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 85 (33.59% from 255) = 48.85%
R=27.59%
G=23.56%
B=48.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4841850.440.5200.67249.5534.9224.71
Hex3029552C34043fa2319
Octal6051125546401033724331
Binary1100001010011010101101100110100010000111111101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302955; }

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

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

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

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

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

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

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

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