#304754

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

Shades of Arapawa #304754

Tints of Arapawa #304754

Color information

#304754 (or 0x304754) is unknown color: approx Arapawa. HEX triplet: 30, 47 and 54. RGB value is (48,71,84). Sum of RGB (Red+Green+Blue) = 48+71+84=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 84 - color contains mainly: blue. Hex color #304754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304754 is #CFB8AB. Grayscale: #414141. Windows color (decimal): -13613228 or 5523248. OLE color: 5523248.

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

Color convert

RGB487184-
CMYK0.430.1500.67
HSL201.67º27.27%25.88%-
HSV(B)201.67º42.86%32.94%-
XYZ5.075.779.23-
YUV65.6138.38115.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=23.65%
G=34.98%
B=41.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4871840.430.1500.67201.6727.2725.88
Hex3047542BF043ca1b1a
Octal60107124531701033123332
Binary11000010001111010100101011111101000011110010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304754; }

 p { color: rgb(48,71,84); }

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

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

 a { background-color: rgb(48,71,84); }

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

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

 span { border-color: rgb(48,71,84); }

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