#27455B

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

Shades of Arapawa #27455B

Tints of Arapawa #27455B

Color information

#27455B (or 0x27455B) is unknown color: approx Arapawa. HEX triplet: 27, 45 and 5B. RGB value is (39,69,91). Sum of RGB (Red+Green+Blue) = 39+69+91=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #27455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27455B is #D8BAA4. Grayscale: #3E3E3E. Windows color (decimal): -14203557 or 5981479. OLE color: 5981479.

HSL color Cylindrical-coordinate representation of color #27455B: hue angle of 205.38º 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 #27455B is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB396991-
CMYK0.570.2400.64
HSL205.38º40%25.49%-
HSV(B)205.38º57.14%35.69%-
XYZ4.855.4410.69-
YUV62.54144.06111.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.60%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 91 (35.94% from 255) = 45.73%
R=19.60%
G=34.67%
B=45.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3969910.570.2400.64205.384025.49
Hex27455B3918040cd2819
Octal47105133713001003155031
Binary1001111000101101101111100111000010000001100110110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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