#274C5D

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

Shades of Arapawa #274C5D

Tints of Arapawa #274C5D

Color information

#274C5D (or 0x274C5D) is unknown color: approx Arapawa. HEX triplet: 27, 4C and 5D. RGB value is (39,76,93). Sum of RGB (Red+Green+Blue) = 39+76+93=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #274C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274C5D is #D8B3A2. Grayscale: #424242. Windows color (decimal): -14201763 or 6114343. OLE color: 6114343.

HSL color Cylindrical-coordinate representation of color #274C5D: hue angle of 198.89º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #274C5D is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB397693-
CMYK0.580.1800.64
HSL198.89º40.91%25.88%-
HSV(B)198.89º58.06%36.47%-
XYZ5.46.3911.3-
YUV66.88142.74108.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.75%
GREEN value IS 76 (30.08% from 255) = 36.54%
BLUE value IS 93 (36.72% from 255) = 44.71%
R=18.75%
G=36.54%
B=44.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3976930.580.1800.64198.8940.9125.88
Hex274C5D3A12040c7291a
Octal47114135722201003075132
Binary1001111001100101110111101010010010000001100011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,76,93); }

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

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

 a { background-color: rgb(39,76,93); }

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

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

 span { border-color: rgb(39,76,93); }

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