#30495A

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

Shades of Arapawa #30495A

Tints of Arapawa #30495A

Color information

#30495A (or 0x30495A) is unknown color: approx Arapawa. HEX triplet: 30, 49 and 5A. RGB value is (48,73,90). Sum of RGB (Red+Green+Blue) = 48+73+90=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #30495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30495A is #CFB6A5. Grayscale: #434343. Windows color (decimal): -13612710 or 5916976. OLE color: 5916976.

HSL color Cylindrical-coordinate representation of color #30495A: hue angle of 204.29º 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 #30495A is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB487390-
CMYK0.470.1900.65
HSL204.29º30.43%27.06%-
HSV(B)204.29º46.67%35.29%-
XYZ5.456.1310.57-
YUV67.46140.72114.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 73 (28.91% from 255) = 34.60%
BLUE value IS 90 (35.55% from 255) = 42.65%
R=22.75%
G=34.60%
B=42.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4873900.470.1900.65204.2930.4327.06
Hex30495A2F13041cc1e1b
Octal60111132572301013143633
Binary110000100100110110101011111001101000001110011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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