#304E5F

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

Shades of Arapawa #304E5F

Tints of Arapawa #304E5F

Color information

#304E5F (or 0x304E5F) is unknown color: approx Arapawa. HEX triplet: 30, 4E and 5F. RGB value is (48,78,95). Sum of RGB (Red+Green+Blue) = 48+78+95=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #304E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E5F is #CFB1A0. Grayscale: #464646. Windows color (decimal): -13611425 or 6245936. OLE color: 6245936.

HSL color Cylindrical-coordinate representation of color #304E5F: hue angle of 201.7º 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 #304E5F is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB487895-
CMYK0.490.1800.63
HSL201.7º32.87%28.04%-
HSV(B)201.7º49.47%37.25%-
XYZ6.016.911.84-
YUV70.97141.56111.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 78 (30.86% from 255) = 35.29%
BLUE value IS 95 (37.5% from 255) = 42.99%
R=21.72%
G=35.29%
B=42.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4878950.490.1800.63201.732.8728.04
Hex304E5F311203Fca211c
Octal6011613761220773124134
Binary110000100111010111111100011001001111111100101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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