#304F62

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

Shades of Arapawa #304F62

Tints of Arapawa #304F62

Color information

#304F62 (or 0x304F62) is unknown color: approx Arapawa. HEX triplet: 30, 4F and 62. RGB value is (48,79,98). Sum of RGB (Red+Green+Blue) = 48+79+98=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #304F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F62 is #CFB09D. Grayscale: #474747. Windows color (decimal): -13611166 or 6442800. OLE color: 6442800.

HSL color Cylindrical-coordinate representation of color #304F62: hue angle of 202.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304F62 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB487998-
CMYK0.510.1900.62
HSL202.8º34.25%28.63%-
HSV(B)202.8º51.02%38.43%-
XYZ6.227.112.6-
YUV71.9142.73110.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 79 (31.25% from 255) = 35.11%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=21.33%
G=35.11%
B=43.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4879980.510.1900.62202.834.2528.63
Hex304F62331303Ecb221d
Octal6011714263230763134235
Binary110000100111111000101100111001101111101100101110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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