#305260

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

Shades of Arapawa #305260

Tints of Arapawa #305260

Color information

#305260 (or 0x305260) is unknown color: approx Arapawa. HEX triplet: 30, 52 and 60. RGB value is (48,82,96). Sum of RGB (Red+Green+Blue) = 48+82+96=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #305260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305260 is #CFAD9F. Grayscale: #494949. Windows color (decimal): -13610400 or 6312496. OLE color: 6312496.

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

Color convert

RGB488296-
CMYK0.500.1500.62
HSL197.5º33.33%28.24%-
HSV(B)197.5º50%37.65%-
XYZ6.357.5112.18-
YUV73.43140.74109.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=21.24%
G=36.28%
B=42.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4882960.500.1500.62197.533.3328.24
Hex30526032F03Ec6211c
Octal6012214062170763064134
Binary11000010100101100000110010111101111101100011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305260; }

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

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

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

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

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

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

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

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