#304A59

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

Shades of Arapawa #304A59

Tints of Arapawa #304A59

Color information

#304A59 (or 0x304A59) is unknown color: approx Arapawa. HEX triplet: 30, 4A and 59. RGB value is (48,74,89). Sum of RGB (Red+Green+Blue) = 48+74+89=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #304A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A59 is #CFB5A6. Grayscale: #434343. Windows color (decimal): -13612455 or 5851696. OLE color: 5851696.

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

Color convert

RGB487489-
CMYK0.460.1700.65
HSL201.95º29.93%26.86%-
HSV(B)201.95º46.07%34.9%-
XYZ5.476.2510.37-
YUV67.94139.89113.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 74 (29.30% from 255) = 35.07%
BLUE value IS 89 (35.16% from 255) = 42.18%
R=22.75%
G=35.07%
B=42.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4874890.460.1700.65201.9529.9326.86
Hex304A592E11041ca1e1b
Octal60112131562101013123633
Binary110000100101010110011011101000101000001110010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304A59; }

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

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

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

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

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

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

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

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