#304E5A

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

Shades of Arapawa #304E5A

Tints of Arapawa #304E5A

Color information

#304E5A (or 0x304E5A) is unknown color: approx Arapawa. HEX triplet: 30, 4E and 5A. RGB value is (48,78,90). Sum of RGB (Red+Green+Blue) = 48+78+90=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 90 - color contains mainly: blue. Hex color #304E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E5A is #CFB1A5. Grayscale: #464646. Windows color (decimal): -13611430 or 5918256. OLE color: 5918256.

HSL color Cylindrical-coordinate representation of color #304E5A: hue angle of 197.14º 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 #304E5A is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB487890-
CMYK0.470.1300.65
HSL197.14º30.43%27.06%-
HSV(B)197.14º46.67%35.29%-
XYZ5.796.8210.68-
YUV70.4139.06112.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.22%
GREEN value IS 78 (30.86% from 255) = 36.11%
BLUE value IS 90 (35.55% from 255) = 41.67%
R=22.22%
G=36.11%
B=41.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4878900.470.1300.65197.1430.4327.06
Hex304E5A2FD041c51e1b
Octal60116132571501013053633
Binary11000010011101011010101111110101000001110001011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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