#304C59

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

Shades of Arapawa #304C59

Tints of Arapawa #304C59

Color information

#304C59 (or 0x304C59) is unknown color: approx Arapawa. HEX triplet: 30, 4C and 59. RGB value is (48,76,89). Sum of RGB (Red+Green+Blue) = 48+76+89=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #304C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C59 is #CFB3A6. Grayscale: #454545. Windows color (decimal): -13611943 or 5852208. OLE color: 5852208.

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

Color convert

RGB487689-
CMYK0.460.1500.65
HSL199.02º29.93%26.86%-
HSV(B)199.02º46.07%34.9%-
XYZ5.616.5210.41-
YUV69.11139.22112.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 76 (30.08% from 255) = 35.68%
BLUE value IS 89 (35.16% from 255) = 41.78%
R=22.54%
G=35.68%
B=41.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4876890.460.1500.65199.0229.9326.86
Hex304C592EF041c71e1b
Octal60114131561701013073633
Binary11000010011001011001101110111101000001110001111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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