#304855

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

Shades of Arapawa #304855

Tints of Arapawa #304855

Color information

#304855 (or 0x304855) is unknown color: approx Arapawa. HEX triplet: 30, 48 and 55. RGB value is (48,72,85). Sum of RGB (Red+Green+Blue) = 48+72+85=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 85 - color contains mainly: blue. Hex color #304855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304855 is #CFB7AA. Grayscale: #424242. Windows color (decimal): -13612971 or 5589040. OLE color: 5589040.

HSL color Cylindrical-coordinate representation of color #304855: hue angle of 201.08º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #304855 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB487285-
CMYK0.440.1500.67
HSL201.08º27.82%26.08%-
HSV(B)201.08º43.53%33.33%-
XYZ5.185.929.46-
YUV66.31138.55114.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 85 (33.59% from 255) = 41.46%
R=23.41%
G=35.12%
B=41.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4872850.440.1500.67201.0827.8226.08
Hex3048552CF043c91c1a
Octal60110125541701033113432
Binary11000010010001010101101100111101000011110010011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304855; }

 p { color: rgb(48,72,85); }

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

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

 a { background-color: rgb(48,72,85); }

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

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

 span { border-color: rgb(48,72,85); }

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