#304C5F

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

Shades of Arapawa #304C5F

Tints of Arapawa #304C5F

Color information

#304C5F (or 0x304C5F) is unknown color: approx Arapawa. HEX triplet: 30, 4C and 5F. RGB value is (48,76,95). Sum of RGB (Red+Green+Blue) = 48+76+95=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 95 - color contains mainly: blue. Hex color #304C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C5F is #CFB3A0. Grayscale: #454545. Windows color (decimal): -13611937 or 6245424. OLE color: 6245424.

HSL color Cylindrical-coordinate representation of color #304C5F: hue angle of 204.26º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #304C5F is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB487695-
CMYK0.490.2000.63
HSL204.26º32.87%28.04%-
HSV(B)204.26º49.47%37.25%-
XYZ5.876.6211.8-
YUV69.79142.22112.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 76 (30.08% from 255) = 34.70%
BLUE value IS 95 (37.5% from 255) = 43.38%
R=21.92%
G=34.70%
B=43.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4876950.490.2000.63204.2632.8728.04
Hex304C5F311403Fcc211c
Octal6011413761240773144134
Binary110000100110010111111100011010001111111100110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,76,95); }

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

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

 a { background-color: rgb(48,76,95); }

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

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

 span { border-color: rgb(48,76,95); }

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