#27486B

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

Shades of Arapawa #27486B

Tints of Arapawa #27486B

Color information

#27486B (or 0x27486B) is unknown color: approx Arapawa. HEX triplet: 27, 48 and 6B. RGB value is (39,72,107). Sum of RGB (Red+Green+Blue) = 39+72+107=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #27486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27486B is #D8B794. Grayscale: #414141. Windows color (decimal): -14202773 or 7030823. OLE color: 7030823.

HSL color Cylindrical-coordinate representation of color #27486B: hue angle of 210.88º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27486B is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3972107-
CMYK0.640.3300.58
HSL210.88º46.58%28.63%-
HSV(B)210.88º63.55%41.96%-
XYZ5.816.1314.79-
YUV66.12151.07108.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.89%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 107 (42.19% from 255) = 49.08%
R=17.89%
G=33.03%
B=49.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39721070.640.3300.58210.8846.5828.63
Hex27486B402103Ad32f1d
Octal47110153100410723235735
Binary10011110010001101011100000010000101110101101001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27486B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27486B; }

 p { color: rgb(39,72,107); }

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

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

 a { background-color: rgb(39,72,107); }

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

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

 span { border-color: rgb(39,72,107); }

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