#274A61

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

Shades of Arapawa #274A61

Tints of Arapawa #274A61

Color information

#274A61 (or 0x274A61) is unknown color: approx Arapawa. HEX triplet: 27, 4A and 61. RGB value is (39,74,97). Sum of RGB (Red+Green+Blue) = 39+74+97=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #274A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274A61 is #D8B59E. Grayscale: #424242. Windows color (decimal): -14202271 or 6375975. OLE color: 6375975.

HSL color Cylindrical-coordinate representation of color #274A61: hue angle of 203.79º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #274A61 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB397497-
CMYK0.600.2400.62
HSL203.79º42.65%26.67%-
HSV(B)203.79º59.79%38.04%-
XYZ5.446.1912.22-
YUV66.16145.4108.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.57%
GREEN value IS 74 (29.30% from 255) = 35.24%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=18.57%
G=35.24%
B=46.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3974970.600.2400.62203.7942.6526.67
Hex274A613C1803Ecc2b1b
Octal4711214174300763145333
Binary100111100101011000011111001100001111101100110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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