#30495B

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

Shades of Arapawa #30495B

Tints of Arapawa #30495B

Color information

#30495B (or 0x30495B) is unknown color: approx Arapawa. HEX triplet: 30, 49 and 5B. RGB value is (48,73,91). Sum of RGB (Red+Green+Blue) = 48+73+91=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #30495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30495B is #CFB6A4. Grayscale: #434343. Windows color (decimal): -13612709 or 5982512. OLE color: 5982512.

HSL color Cylindrical-coordinate representation of color #30495B: hue angle of 205.12º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30495B is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB487391-
CMYK0.470.2000.64
HSL205.12º30.94%27.25%-
HSV(B)205.12º47.25%35.69%-
XYZ5.496.1510.8-
YUV67.58141.22114.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 73 (28.91% from 255) = 34.43%
BLUE value IS 91 (35.94% from 255) = 42.92%
R=22.64%
G=34.43%
B=42.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4873910.470.2000.64205.1230.9427.25
Hex30495B2F14040cd1f1b
Octal60111133572401003153733
Binary110000100100110110111011111010001000000110011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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