#305361

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

Shades of Arapawa #305361

Tints of Arapawa #305361

Color information

#305361 (or 0x305361) is unknown color: approx Arapawa. HEX triplet: 30, 53 and 61. RGB value is (48,83,97). Sum of RGB (Red+Green+Blue) = 48+83+97=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #305361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305361 is #CFAC9E. Grayscale: #4A4A4A. Windows color (decimal): -13610143 or 6378288. OLE color: 6378288.

HSL color Cylindrical-coordinate representation of color #305361: hue angle of 197.14º 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 #305361 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB488397-
CMYK0.510.1400.62
HSL197.14º33.79%28.43%-
HSV(B)197.14º50.52%38.04%-
XYZ6.477.6812.45-
YUV74.13140.9109.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 83 (32.81% from 255) = 36.40%
BLUE value IS 97 (38.28% from 255) = 42.54%
R=21.05%
G=36.40%
B=42.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4883970.510.1400.62197.1433.7928.43
Hex30536133E03Ec5221c
Octal6012314163160763054234
Binary11000010100111100001110011111001111101100010110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305361; }

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

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

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

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

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

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

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

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