#275163

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

Shades of Arapawa #275163

Tints of Arapawa #275163

Color information

#275163 (or 0x275163) is unknown color: approx Arapawa. HEX triplet: 27, 51 and 63. RGB value is (39,81,99). Sum of RGB (Red+Green+Blue) = 39+81+99=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #275163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275163 is #D8AE9C. Grayscale: #464646. Windows color (decimal): -14200477 or 6508839. OLE color: 6508839.

HSL color Cylindrical-coordinate representation of color #275163: hue angle of 198º 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 #275163 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB398199-
CMYK0.610.1800.61
HSL198º43.48%27.06%-
HSV(B)198º60.61%38.82%-
XYZ6.037.2212.88-
YUV70.49144.09105.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.81%
GREEN value IS 81 (32.03% from 255) = 36.99%
BLUE value IS 99 (39.06% from 255) = 45.21%
R=17.81%
G=36.99%
B=45.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3981990.610.1800.6119843.4827.06
Hex2751633D1203Dc62b1b
Octal4712114375220753065333
Binary100111101000111000111111011001001111011100011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275163; }

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

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

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

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

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

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

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

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