#275263

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

Shades of Arapawa #275263

Tints of Arapawa #275263

Color information

#275263 (or 0x275263) is unknown color: approx Arapawa. HEX triplet: 27, 52 and 63. RGB value is (39,82,99). Sum of RGB (Red+Green+Blue) = 39+82+99=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #275263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275263 is #D8AD9C. Grayscale: #464646. Windows color (decimal): -14200221 or 6509095. OLE color: 6509095.

HSL color Cylindrical-coordinate representation of color #275263: hue angle of 197º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #275263 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB398299-
CMYK0.610.1700.61
HSL197º43.48%27.06%-
HSV(B)197º60.61%38.82%-
XYZ6.117.3712.9-
YUV71.08143.75105.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.73%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 99 (39.06% from 255) = 45%
R=17.73%
G=37.27%
B=45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3982990.610.1700.6119743.4827.06
Hex2752633D1103Dc52b1b
Octal4712214375210753055333
Binary100111101001011000111111011000101111011100010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275263; }

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

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

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

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

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

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

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

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