#27465F

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

Shades of Arapawa #27465F

Tints of Arapawa #27465F

Color information

#27465F (or 0x27465F) is unknown color: approx Arapawa. HEX triplet: 27, 46 and 5F. RGB value is (39,70,95). Sum of RGB (Red+Green+Blue) = 39+70+95=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #27465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27465F is #D8B9A0. Grayscale: #3F3F3F. Windows color (decimal): -14203297 or 6243879. OLE color: 6243879.

HSL color Cylindrical-coordinate representation of color #27465F: hue angle of 206.79º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #27465F is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB397095-
CMYK0.590.2600.63
HSL206.79º41.79%26.27%-
HSV(B)206.79º58.95%37.25%-
XYZ5.095.6411.65-
YUV63.58145.73110.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.12%
GREEN value IS 70 (27.73% from 255) = 34.31%
BLUE value IS 95 (37.5% from 255) = 46.57%
R=19.12%
G=34.31%
B=46.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3970950.590.2600.63206.7941.7926.27
Hex27465F3B1A03Fcf2a1a
Octal4710613773320773175232
Binary100111100011010111111110111101001111111100111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27465F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27465F; }

 p { color: rgb(39,70,95); }

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

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

 a { background-color: rgb(39,70,95); }

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

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

 span { border-color: rgb(39,70,95); }

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