#304F5C

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

Shades of Arapawa #304F5C

Tints of Arapawa #304F5C

Color information

#304F5C (or 0x304F5C) is unknown color: approx Arapawa. HEX triplet: 30, 4F and 5C. RGB value is (48,79,92). Sum of RGB (Red+Green+Blue) = 48+79+92=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #304F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F5C is #CFB0A3. Grayscale: #474747. Windows color (decimal): -13611172 or 6049584. OLE color: 6049584.

HSL color Cylindrical-coordinate representation of color #304F5C: hue angle of 197.73º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #304F5C is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB487992-
CMYK0.480.1400.64
HSL197.73º31.43%27.45%-
HSV(B)197.73º47.83%36.08%-
XYZ5.956.9911.16-
YUV71.21139.73111.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 79 (31.25% from 255) = 36.07%
BLUE value IS 92 (36.33% from 255) = 42.01%
R=21.92%
G=36.07%
B=42.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4879920.480.1400.64197.7331.4327.45
Hex304F5C30E040c61f1b
Octal60117134601601003063733
Binary11000010011111011100110000111001000000110001101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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