#302D55

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

Shades of Paua #302D55

Tints of Paua #302D55

Color information

#302D55 (or 0x302D55) is unknown color: approx Paua. HEX triplet: 30, 2D and 55. RGB value is (48,45,85). Sum of RGB (Red+Green+Blue) = 48+45+85=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #302D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302D55 is #CFD2AA. Grayscale: #323232. Windows color (decimal): -13619883 or 5582128. OLE color: 5582128.

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

Color convert

RGB484585-
CMYK0.440.4700.67
HSL244.5º30.77%25.49%-
HSV(B)244.5º47.06%33.33%-
XYZ3.83.169-
YUV50.46147.49126.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 45 (17.97% from 255) = 25.28%
BLUE value IS 85 (33.59% from 255) = 47.75%
R=26.97%
G=25.28%
B=47.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4845850.440.4700.67244.530.7725.49
Hex302D552C2F043f41f19
Octal6055125545701033643731
Binary110000101101101010110110010111101000011111101001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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