#304D5C

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

Shades of Arapawa #304D5C

Tints of Arapawa #304D5C

Color information

#304D5C (or 0x304D5C) is unknown color: approx Arapawa. HEX triplet: 30, 4D and 5C. RGB value is (48,77,92). Sum of RGB (Red+Green+Blue) = 48+77+92=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #304D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D5C is #CFB2A3. Grayscale: #454545. Windows color (decimal): -13611684 or 6049072. OLE color: 6049072.

HSL color Cylindrical-coordinate representation of color #304D5C: hue angle of 200.45º 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 #304D5C is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB487792-
CMYK0.480.1600.64
HSL200.45º31.43%27.45%-
HSV(B)200.45º47.83%36.08%-
XYZ5.86.7111.11-
YUV70.04140.39112.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.12%
GREEN value IS 77 (30.47% from 255) = 35.48%
BLUE value IS 92 (36.33% from 255) = 42.40%
R=22.12%
G=35.48%
B=42.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4877920.480.1600.64200.4531.4327.45
Hex304D5C3010040c81f1b
Octal60115134602001003103733
Binary110000100110110111001100001000001000000110010001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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