#304F5A

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

Shades of Arapawa #304F5A

Tints of Arapawa #304F5A

Color information

#304F5A (or 0x304F5A) is unknown color: approx Arapawa. HEX triplet: 30, 4F and 5A. RGB value is (48,79,90). Sum of RGB (Red+Green+Blue) = 48+79+90=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #304F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F5A is #CFB0A5. Grayscale: #464646. Windows color (decimal): -13611174 or 5918512. OLE color: 5918512.

HSL color Cylindrical-coordinate representation of color #304F5A: hue angle of 195.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #304F5A is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB487990-
CMYK0.470.1200.65
HSL195.71º30.43%27.06%-
HSV(B)195.71º46.67%35.29%-
XYZ5.866.9610.71-
YUV70.98138.73111.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.12%
GREEN value IS 79 (31.25% from 255) = 36.41%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=22.12%
G=36.41%
B=41.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4879900.470.1200.65195.7130.4327.06
Hex304F5A2FC041c41e1b
Octal60117132571401013043633
Binary11000010011111011010101111110001000001110001001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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