#27475D

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

Shades of Arapawa #27475D

Tints of Arapawa #27475D

Color information

#27475D (or 0x27475D) is unknown color: approx Arapawa. HEX triplet: 27, 47 and 5D. RGB value is (39,71,93). Sum of RGB (Red+Green+Blue) = 39+71+93=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #27475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27475D is #D8B8A2. Grayscale: #3F3F3F. Windows color (decimal): -14203043 or 6113063. OLE color: 6113063.

HSL color Cylindrical-coordinate representation of color #27475D: hue angle of 204.44º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #27475D is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB397193-
CMYK0.580.2400.64
HSL204.44º40.91%25.88%-
HSV(B)204.44º58.06%36.47%-
XYZ5.075.7311.19-
YUV63.94144.4110.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.21%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 93 (36.72% from 255) = 45.81%
R=19.21%
G=34.98%
B=45.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3971930.580.2400.64204.4440.9125.88
Hex27475D3A18040cc291a
Octal47107135723001003145132
Binary1001111000111101110111101011000010000001100110010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27475D; }

 p { color: rgb(39,71,93); }

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

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

 a { background-color: rgb(39,71,93); }

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

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

 span { border-color: rgb(39,71,93); }

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