#304657

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

Shades of Arapawa #304657

Tints of Arapawa #304657

Color information

#304657 (or 0x304657) is unknown color: approx Arapawa. HEX triplet: 30, 46 and 57. RGB value is (48,70,87). Sum of RGB (Red+Green+Blue) = 48+70+87=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 87 - color contains mainly: blue. Hex color #304657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304657 is #CFB9A8. Grayscale: #414141. Windows color (decimal): -13613481 or 5719600. OLE color: 5719600.

HSL color Cylindrical-coordinate representation of color #304657: hue angle of 206.15º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #304657 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB487087-
CMYK0.450.2000.66
HSL206.15º28.89%26.47%-
HSV(B)206.15º44.83%34.12%-
XYZ5.135.79.85-
YUV65.36140.21115.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 70 (27.73% from 255) = 34.15%
BLUE value IS 87 (34.38% from 255) = 42.44%
R=23.41%
G=34.15%
B=42.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4870870.450.2000.66206.1528.8926.47
Hex3046572D14042ce1d1a
Octal60106127552401023163532
Binary110000100011010101111011011010001000010110011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304657; }

 p { color: rgb(48,70,87); }

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

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

 a { background-color: rgb(48,70,87); }

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

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

 span { border-color: rgb(48,70,87); }

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