#27465A

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

Shades of Arapawa #27465A

Tints of Arapawa #27465A

Color information

#27465A (or 0x27465A) is unknown color: approx Arapawa. HEX triplet: 27, 46 and 5A. RGB value is (39,70,90). Sum of RGB (Red+Green+Blue) = 39+70+90=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #27465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27465A is #D8B9A5. Grayscale: #3E3E3E. Windows color (decimal): -14203302 or 5916199. OLE color: 5916199.

HSL color Cylindrical-coordinate representation of color #27465A: hue angle of 203.53º 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 #27465A is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB397090-
CMYK0.570.2200.65
HSL203.53º39.53%25.29%-
HSV(B)203.53º56.67%35.29%-
XYZ4.875.5510.49-
YUV63.01143.23110.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.60%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 90 (35.55% from 255) = 45.23%
R=19.60%
G=35.18%
B=45.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3970900.570.2200.65203.5339.5325.29
Hex27465A3916041cc2819
Octal47106132712601013145031
Binary1001111000110101101011100110110010000011100110010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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