#304956

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

Shades of Arapawa #304956

Tints of Arapawa #304956

Color information

#304956 (or 0x304956) is unknown color: approx Arapawa. HEX triplet: 30, 49 and 56. RGB value is (48,73,86). Sum of RGB (Red+Green+Blue) = 48+73+86=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #304956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304956 is #CFB6A9. Grayscale: #424242. Windows color (decimal): -13612714 or 5654832. OLE color: 5654832.

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

Color convert

RGB487386-
CMYK0.440.1500.66
HSL200.53º28.36%26.27%-
HSV(B)200.53º44.19%33.73%-
XYZ5.286.079.7-
YUV67.01138.72114.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 73 (28.91% from 255) = 35.27%
BLUE value IS 86 (33.98% from 255) = 41.55%
R=23.19%
G=35.27%
B=41.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4873860.440.1500.66200.5328.3626.27
Hex3049562CF042c91c1a
Octal60111126541701023113432
Binary11000010010011010110101100111101000010110010011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304956; }

 p { color: rgb(48,73,86); }

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

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

 a { background-color: rgb(48,73,86); }

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

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

 span { border-color: rgb(48,73,86); }

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