#275265

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

Shades of Arapawa #275265

Tints of Arapawa #275265

Color information

#275265 (or 0x275265) is unknown color: approx Arapawa. HEX triplet: 27, 52 and 65. RGB value is (39,82,101). Sum of RGB (Red+Green+Blue) = 39+82+101=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #275265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275265 is #D8AD9A. Grayscale: #474747. Windows color (decimal): -14200219 or 6640167. OLE color: 6640167.

HSL color Cylindrical-coordinate representation of color #275265: hue angle of 198.39º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #275265 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3982101-
CMYK0.610.1900.60
HSL198.39º44.29%27.45%-
HSV(B)198.39º61.39%39.61%-
XYZ6.27.4113.41-
YUV71.31144.75104.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.57%
GREEN value IS 82 (32.42% from 255) = 36.94%
BLUE value IS 101 (39.84% from 255) = 45.50%
R=17.57%
G=36.94%
B=45.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39821010.610.1900.60198.3944.2927.45
Hex2752653D1303Cc62c1b
Octal4712214575230743065433
Binary100111101001011001011111011001101111001100011010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275265; }

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

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

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

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

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

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

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

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