#274859

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

Shades of Arapawa #274859

Tints of Arapawa #274859

Color information

#274859 (or 0x274859) is unknown color: approx Arapawa. HEX triplet: 27, 48 and 59. RGB value is (39,72,89). Sum of RGB (Red+Green+Blue) = 39+72+89=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #274859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274859 is #D8B7A6. Grayscale: #3F3F3F. Windows color (decimal): -14202791 or 5851175. OLE color: 5851175.

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

Color convert

RGB397289-
CMYK0.560.1900.65
HSL200.4º39.06%25.1%-
HSV(B)200.4º56.18%34.9%-
XYZ4.965.7910.31-
YUV64.07142.07110.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.5%
GREEN value IS 72 (28.52% from 255) = 36%
BLUE value IS 89 (35.16% from 255) = 44.5%
R=19.5%
G=36%
B=44.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3972890.560.1900.65200.439.0625.1
Hex2748593813041c82719
Octal47110131702301013104731
Binary1001111001000101100111100010011010000011100100010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274859; }

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

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

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

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

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

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

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

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