#304E61

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

Shades of Arapawa #304E61

Tints of Arapawa #304E61

Color information

#304E61 (or 0x304E61) is unknown color: approx Arapawa. HEX triplet: 30, 4E and 61. RGB value is (48,78,97). Sum of RGB (Red+Green+Blue) = 48+78+97=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #304E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E61 is #CFB19E. Grayscale: #474747. Windows color (decimal): -13611423 or 6377008. OLE color: 6377008.

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

Color convert

RGB487897-
CMYK0.510.2000.62
HSL203.27º33.79%28.43%-
HSV(B)203.27º50.52%38.04%-
XYZ6.16.9412.33-
YUV71.2142.56111.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 78 (30.86% from 255) = 34.98%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=21.52%
G=34.98%
B=43.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4878970.510.2000.62203.2733.7928.43
Hex304E61331403Ecb221c
Octal6011614163240763134234
Binary110000100111011000011100111010001111101100101110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,78,97); }

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

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

 a { background-color: rgb(48,78,97); }

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

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

 span { border-color: rgb(48,78,97); }

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