#275165

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

Shades of Arapawa #275165

Tints of Arapawa #275165

Color information

#275165 (or 0x275165) is unknown color: approx Arapawa. HEX triplet: 27, 51 and 65. RGB value is (39,81,101). Sum of RGB (Red+Green+Blue) = 39+81+101=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #275165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275165 is #D8AE9A. Grayscale: #464646. Windows color (decimal): -14200475 or 6639911. OLE color: 6639911.

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

Color convert

RGB3981101-
CMYK0.610.2000.60
HSL199.35º44.29%27.45%-
HSV(B)199.35º61.39%39.61%-
XYZ6.137.2613.39-
YUV70.72145.09105.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.65%
GREEN value IS 81 (32.03% from 255) = 36.65%
BLUE value IS 101 (39.84% from 255) = 45.70%
R=17.65%
G=36.65%
B=45.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39811010.610.2000.60199.3544.2927.45
Hex2751653D1403Cc72c1b
Octal4712114575240743075433
Binary100111101000111001011111011010001111001100011110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275165; }

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

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

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

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

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

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

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

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