#304757

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

Shades of Arapawa #304757

Tints of Arapawa #304757

Color information

#304757 (or 0x304757) is unknown color: approx Arapawa. HEX triplet: 30, 47 and 57. RGB value is (48,71,87). Sum of RGB (Red+Green+Blue) = 48+71+87=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #304757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304757 is #CFB8A8. Grayscale: #414141. Windows color (decimal): -13613225 or 5719856. OLE color: 5719856.

HSL color Cylindrical-coordinate representation of color #304757: hue angle of 204.62º 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 #304757 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB487187-
CMYK0.450.1800.66
HSL204.62º28.89%26.47%-
HSV(B)204.62º44.83%34.12%-
XYZ5.195.829.87-
YUV65.95139.88115.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.30%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=23.30%
G=34.47%
B=42.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4871870.450.1800.66204.6228.8926.47
Hex3047572D12042cd1d1a
Octal60107127552201023153532
Binary110000100011110101111011011001001000010110011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304757; }

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

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

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

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

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

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

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

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