#305261

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

Shades of Arapawa #305261

Tints of Arapawa #305261

Color information

#305261 (or 0x305261) is unknown color: approx Arapawa. HEX triplet: 30, 52 and 61. RGB value is (48,82,97). Sum of RGB (Red+Green+Blue) = 48+82+97=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #305261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305261 is #CFAD9E. Grayscale: #494949. Windows color (decimal): -13610399 or 6378032. OLE color: 6378032.

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

Color convert

RGB488297-
CMYK0.510.1500.62
HSL198.37º33.79%28.43%-
HSV(B)198.37º50.52%38.04%-
XYZ6.397.5312.42-
YUV73.54141.24109.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=21.15%
G=36.12%
B=42.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4882970.510.1500.62198.3733.7928.43
Hex30526133F03Ec6221c
Octal6012214163170763064234
Binary11000010100101100001110011111101111101100011010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305261; }

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

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

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

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

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

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

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

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