#275063

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

Shades of Arapawa #275063

Tints of Arapawa #275063

Color information

#275063 (or 0x275063) is unknown color: approx Arapawa. HEX triplet: 27, 50 and 63. RGB value is (39,80,99). Sum of RGB (Red+Green+Blue) = 39+80+99=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #275063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275063 is #D8AF9C. Grayscale: #454545. Windows color (decimal): -14200733 or 6508583. OLE color: 6508583.

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

Color convert

RGB398099-
CMYK0.610.1900.61
HSL199º43.48%27.06%-
HSV(B)199º60.61%38.82%-
XYZ5.967.0712.85-
YUV69.91144.42105.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.89%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=17.89%
G=36.70%
B=45.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3980990.610.1900.6119943.4827.06
Hex2750633D1303Dc72b1b
Octal4712014375230753075333
Binary100111101000011000111111011001101111011100011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275063; }

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

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

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

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

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

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

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

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