#274B60

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

Shades of Arapawa #274B60

Tints of Arapawa #274B60

Color information

#274B60 (or 0x274B60) is unknown color: approx Arapawa. HEX triplet: 27, 4B and 60. RGB value is (39,75,96). Sum of RGB (Red+Green+Blue) = 39+75+96=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #274B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274B60 is #D8B49F. Grayscale: #424242. Windows color (decimal): -14202016 or 6310695. OLE color: 6310695.

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

Color convert

RGB397596-
CMYK0.590.2200.62
HSL202.11º42.22%26.47%-
HSV(B)202.11º59.38%37.65%-
XYZ5.466.3112-
YUV66.63144.57108.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.57%
GREEN value IS 75 (29.69% from 255) = 35.71%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=18.57%
G=35.71%
B=45.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3975960.590.2200.62202.1142.2226.47
Hex274B603B1603Eca2a1a
Octal4711314073260763125232
Binary100111100101111000001110111011001111101100101010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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