#27495B

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

Shades of Arapawa #27495B

Tints of Arapawa #27495B

Color information

#27495B (or 0x27495B) is unknown color: approx Arapawa. HEX triplet: 27, 49 and 5B. RGB value is (39,73,91). Sum of RGB (Red+Green+Blue) = 39+73+91=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #27495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27495B is #D8B6A4. Grayscale: #404040. Windows color (decimal): -14202533 or 5982503. OLE color: 5982503.

HSL color Cylindrical-coordinate representation of color #27495B: hue angle of 200.77º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27495B is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB397391-
CMYK0.570.2000.64
HSL200.77º40%25.49%-
HSV(B)200.77º57.14%35.69%-
XYZ5.115.9510.78-
YUV64.89142.74109.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.21%
GREEN value IS 73 (28.91% from 255) = 35.96%
BLUE value IS 91 (35.94% from 255) = 44.83%
R=19.21%
G=35.96%
B=44.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3973910.570.2000.64200.774025.49
Hex27495B3914040c92819
Octal47111133712401003115031
Binary1001111001001101101111100110100010000001100100110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,73,91); }

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

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

 a { background-color: rgb(39,73,91); }

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

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

 span { border-color: rgb(39,73,91); }

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