#274A60

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

Shades of Arapawa #274A60

Tints of Arapawa #274A60

Color information

#274A60 (or 0x274A60) is unknown color: approx Arapawa. HEX triplet: 27, 4A and 60. RGB value is (39,74,96). Sum of RGB (Red+Green+Blue) = 39+74+96=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #274A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274A60 is #D8B59F. Grayscale: #414141. Windows color (decimal): -14202272 or 6310439. OLE color: 6310439.

HSL color Cylindrical-coordinate representation of color #274A60: hue angle of 203.16º 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 #274A60 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB397496-
CMYK0.590.2300.62
HSL203.16º42.22%26.47%-
HSV(B)203.16º59.38%37.65%-
XYZ5.46.1711.97-
YUV66.04144.9108.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.66%
GREEN value IS 74 (29.30% from 255) = 35.41%
BLUE value IS 96 (37.89% from 255) = 45.93%
R=18.66%
G=35.41%
B=45.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3974960.590.2300.62203.1642.2226.47
Hex274A603B1703Ecb2a1a
Octal4711214073270763135232
Binary100111100101011000001110111011101111101100101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274A60; }

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

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

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

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

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

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

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

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