#30485A

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

Shades of Arapawa #30485A

Tints of Arapawa #30485A

Color information

#30485A (or 0x30485A) is unknown color: approx Arapawa. HEX triplet: 30, 48 and 5A. RGB value is (48,72,90). Sum of RGB (Red+Green+Blue) = 48+72+90=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #30485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30485A is #CFB7A5. Grayscale: #424242. Windows color (decimal): -13612966 or 5916720. OLE color: 5916720.

HSL color Cylindrical-coordinate representation of color #30485A: hue angle of 205.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30485A is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB487290-
CMYK0.470.2000.65
HSL205.71º30.43%27.06%-
HSV(B)205.71º46.67%35.29%-
XYZ5.38610.55-
YUV66.88141.05114.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.86%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 90 (35.55% from 255) = 42.86%
R=22.86%
G=34.29%
B=42.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4872900.470.2000.65205.7130.4327.06
Hex30485A2F14041ce1e1b
Octal60110132572401013163633
Binary110000100100010110101011111010001000001110011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30485A; }

 p { color: rgb(48,72,90); }

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

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

 a { background-color: rgb(48,72,90); }

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

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

 span { border-color: rgb(48,72,90); }

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