#27495A

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

Shades of Arapawa #27495A

Tints of Arapawa #27495A

Color information

#27495A (or 0x27495A) is unknown color: approx Arapawa. HEX triplet: 27, 49 and 5A. RGB value is (39,73,90). Sum of RGB (Red+Green+Blue) = 39+73+90=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #27495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27495A is #D8B6A5. Grayscale: #404040. Windows color (decimal): -14202534 or 5916967. OLE color: 5916967.

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

Color convert

RGB397390-
CMYK0.570.1900.65
HSL200º39.53%25.29%-
HSV(B)200º56.67%35.29%-
XYZ5.065.9310.55-
YUV64.77142.24109.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.31%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=19.31%
G=36.14%
B=44.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3973900.570.1900.6520039.5325.29
Hex27495A3913041c82819
Octal47111132712301013105031
Binary1001111001001101101011100110011010000011100100010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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