#304959

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

Shades of Arapawa #304959

Tints of Arapawa #304959

Color information

#304959 (or 0x304959) is unknown color: approx Arapawa. HEX triplet: 30, 49 and 59. RGB value is (48,73,89). Sum of RGB (Red+Green+Blue) = 48+73+89=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #304959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304959 is #CFB6A6. Grayscale: #434343. Windows color (decimal): -13612711 or 5851440. OLE color: 5851440.

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

Color convert

RGB487389-
CMYK0.460.1800.65
HSL203.41º29.93%26.86%-
HSV(B)203.41º46.07%34.9%-
XYZ5.46.1110.35-
YUV67.35140.22114.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.86%
GREEN value IS 73 (28.91% from 255) = 34.76%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=22.86%
G=34.76%
B=42.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4873890.460.1800.65203.4129.9326.86
Hex3049592E12041cb1e1b
Octal60111131562201013133633
Binary110000100100110110011011101001001000001110010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304959; }

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

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

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

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

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

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

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

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