#305461

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

Shades of Arapawa #305461

Tints of Arapawa #305461

Color information

#305461 (or 0x305461) is unknown color: approx Arapawa. HEX triplet: 30, 54 and 61. RGB value is (48,84,97). Sum of RGB (Red+Green+Blue) = 48+84+97=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #305461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305461 is #CFAB9E. Grayscale: #4A4A4A. Windows color (decimal): -13609887 or 6378544. OLE color: 6378544.

HSL color Cylindrical-coordinate representation of color #305461: hue angle of 195.92º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #305461 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB488497-
CMYK0.510.1300.62
HSL195.92º33.79%28.43%-
HSV(B)195.92º50.52%38.04%-
XYZ6.557.8312.48-
YUV74.72140.57108.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.96%
GREEN value IS 84 (33.20% from 255) = 36.68%
BLUE value IS 97 (38.28% from 255) = 42.36%
R=20.96%
G=36.68%
B=42.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4884970.510.1300.62195.9233.7928.43
Hex30546133D03Ec4221c
Octal6012414163150763044234
Binary11000010101001100001110011110101111101100010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305461; }

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

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

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

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

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

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

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

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