#304F60

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

Shades of Arapawa #304F60

Tints of Arapawa #304F60

Color information

#304F60 (or 0x304F60) is unknown color: approx Arapawa. HEX triplet: 30, 4F and 60. RGB value is (48,79,96). Sum of RGB (Red+Green+Blue) = 48+79+96=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #304F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F60 is #CFB09F. Grayscale: #474747. Windows color (decimal): -13611168 or 6311728. OLE color: 6311728.

HSL color Cylindrical-coordinate representation of color #304F60: hue angle of 201.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #304F60 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB487996-
CMYK0.500.1800.62
HSL201.25º33.33%28.24%-
HSV(B)201.25º50%37.65%-
XYZ6.137.0612.11-
YUV71.67141.73111.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 79 (31.25% from 255) = 35.43%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=21.52%
G=35.43%
B=43.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4879960.500.1800.62201.2533.3328.24
Hex304F60321203Ec9211c
Octal6011714062220763114134
Binary110000100111111000001100101001001111101100100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,79,96); }

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

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

 a { background-color: rgb(48,79,96); }

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

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

 span { border-color: rgb(48,79,96); }

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