#304859

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

Shades of Arapawa #304859

Tints of Arapawa #304859

Color information

#304859 (or 0x304859) is unknown color: approx Arapawa. HEX triplet: 30, 48 and 59. RGB value is (48,72,89). Sum of RGB (Red+Green+Blue) = 48+72+89=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #304859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304859 is #CFB7A6. Grayscale: #424242. Windows color (decimal): -13612967 or 5851184. OLE color: 5851184.

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

Color convert

RGB487289-
CMYK0.460.1900.65
HSL204.88º29.93%26.86%-
HSV(B)204.88º46.07%34.9%-
XYZ5.345.9810.32-
YUV66.76140.55114.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=22.97%
G=34.45%
B=42.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4872890.460.1900.65204.8829.9326.86
Hex3048592E13041cd1e1b
Octal60110131562301013153633
Binary110000100100010110011011101001101000001110011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304859; }

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

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

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

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

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

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

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

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