#305363

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

Shades of Arapawa #305363

Tints of Arapawa #305363

Color information

#305363 (or 0x305363) is unknown color: approx Arapawa. HEX triplet: 30, 53 and 63. RGB value is (48,83,99). Sum of RGB (Red+Green+Blue) = 48+83+99=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #305363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305363 is #CFAC9C. Grayscale: #4A4A4A. Windows color (decimal): -13610141 or 6509360. OLE color: 6509360.

HSL color Cylindrical-coordinate representation of color #305363: hue angle of 198.82º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #305363 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB488399-
CMYK0.520.1600.61
HSL198.82º34.69%28.82%-
HSV(B)198.82º51.52%38.82%-
XYZ6.567.7212.95-
YUV74.36141.9109.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 83 (32.81% from 255) = 36.09%
BLUE value IS 99 (39.06% from 255) = 43.04%
R=20.87%
G=36.09%
B=43.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4883990.520.1600.61198.8234.6928.82
Hex305363341003Dc7231d
Octal6012314364200753074335
Binary110000101001111000111101001000001111011100011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305363; }

 p { color: rgb(48,83,99); }

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

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

 a { background-color: rgb(48,83,99); }

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

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

 span { border-color: rgb(48,83,99); }

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