#305460

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

Shades of Arapawa #305460

Tints of Arapawa #305460

Color information

#305460 (or 0x305460) is unknown color: approx Arapawa. HEX triplet: 30, 54 and 60. RGB value is (48,84,96). Sum of RGB (Red+Green+Blue) = 48+84+96=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #305460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305460 is #CFAB9F. Grayscale: #4A4A4A. Windows color (decimal): -13609888 or 6313008. OLE color: 6313008.

HSL color Cylindrical-coordinate representation of color #305460: hue angle of 195º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #305460 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB488496-
CMYK0.500.1200.62
HSL195º33.33%28.24%-
HSV(B)195º50%37.65%-
XYZ6.57.8112.23-
YUV74.6140.07109.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 84 (33.20% from 255) = 36.84%
BLUE value IS 96 (37.89% from 255) = 42.11%
R=21.05%
G=36.84%
B=42.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4884960.500.1200.6219533.3328.24
Hex30546032C03Ec3211c
Octal6012414062140763034134
Binary11000010101001100000110010110001111101100001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305460; }

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

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

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

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

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

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

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

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