#27465D

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

Shades of Arapawa #27465D

Tints of Arapawa #27465D

Color information

#27465D (or 0x27465D) is unknown color: approx Arapawa. HEX triplet: 27, 46 and 5D. RGB value is (39,70,93). Sum of RGB (Red+Green+Blue) = 39+70+93=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #27465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27465D is #D8B9A2. Grayscale: #3F3F3F. Windows color (decimal): -14203299 or 6112807. OLE color: 6112807.

HSL color Cylindrical-coordinate representation of color #27465D: hue angle of 205.56º 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 #27465D is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB397093-
CMYK0.580.2500.64
HSL205.56º40.91%25.88%-
HSV(B)205.56º58.06%36.47%-
XYZ55.611.17-
YUV63.35144.73110.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.31%
GREEN value IS 70 (27.73% from 255) = 34.65%
BLUE value IS 93 (36.72% from 255) = 46.04%
R=19.31%
G=34.65%
B=46.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3970930.580.2500.64205.5640.9125.88
Hex27465D3A19040ce291a
Octal47106135723101003165132
Binary1001111000110101110111101011001010000001100111010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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