#274660

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

Shades of Arapawa #274660

Tints of Arapawa #274660

Color information

#274660 (or 0x274660) is unknown color: approx Arapawa. HEX triplet: 27, 46 and 60. RGB value is (39,70,96). Sum of RGB (Red+Green+Blue) = 39+70+96=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #274660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274660 is #D8B99F. Grayscale: #3F3F3F. Windows color (decimal): -14203296 or 6309415. OLE color: 6309415.

HSL color Cylindrical-coordinate representation of color #274660: hue angle of 207.37º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #274660 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB397096-
CMYK0.590.2700.62
HSL207.37º42.22%26.47%-
HSV(B)207.37º59.38%37.65%-
XYZ5.145.6611.89-
YUV63.7146.23110.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.02%
GREEN value IS 70 (27.73% from 255) = 34.15%
BLUE value IS 96 (37.89% from 255) = 46.83%
R=19.02%
G=34.15%
B=46.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3970960.590.2700.62207.3742.2226.47
Hex2746603B1B03Ecf2a1a
Octal4710614073330763175232
Binary100111100011011000001110111101101111101100111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274660; }

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

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

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

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

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

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

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

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