#275260

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

Shades of Arapawa #275260

Tints of Arapawa #275260

Color information

#275260 (or 0x275260) is unknown color: approx Arapawa. HEX triplet: 27, 52 and 60. RGB value is (39,82,96). Sum of RGB (Red+Green+Blue) = 39+82+96=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #275260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275260 is #D8AD9F. Grayscale: #464646. Windows color (decimal): -14200224 or 6312487. OLE color: 6312487.

HSL color Cylindrical-coordinate representation of color #275260: hue angle of 194.74º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #275260 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB398296-
CMYK0.590.1500.62
HSL194.74º42.22%26.47%-
HSV(B)194.74º59.38%37.65%-
XYZ5.977.3112.16-
YUV70.74142.25105.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.97%
GREEN value IS 82 (32.42% from 255) = 37.79%
BLUE value IS 96 (37.89% from 255) = 44.24%
R=17.97%
G=37.79%
B=44.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3982960.590.1500.62194.7442.2226.47
Hex2752603BF03Ec32a1a
Octal4712214073170763035232
Binary10011110100101100000111011111101111101100001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275260; }

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

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

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

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

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

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

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

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