#274F5E

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

Shades of Arapawa #274F5E

Tints of Arapawa #274F5E

Color information

#274F5E (or 0x274F5E) is unknown color: approx Arapawa. HEX triplet: 27, 4F and 5E. RGB value is (39,79,94). Sum of RGB (Red+Green+Blue) = 39+79+94=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 94 - color contains mainly: blue. Hex color #274F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274F5E is #D8B0A1. Grayscale: #444444. Windows color (decimal): -14200994 or 6180647. OLE color: 6180647.

HSL color Cylindrical-coordinate representation of color #274F5E: hue angle of 196.36º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #274F5E is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB397994-
CMYK0.590.1600.63
HSL196.36º41.35%26.08%-
HSV(B)196.36º58.51%36.86%-
XYZ5.656.8311.61-
YUV68.75142.25106.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.40%
GREEN value IS 79 (31.25% from 255) = 37.26%
BLUE value IS 94 (37.11% from 255) = 44.34%
R=18.40%
G=37.26%
B=44.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3979940.590.1600.63196.3641.3526.08
Hex274F5E3B1003Fc4291a
Octal4711713673200773045132
Binary100111100111110111101110111000001111111100010010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,79,94); }

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

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

 a { background-color: rgb(39,79,94); }

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

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

 span { border-color: rgb(39,79,94); }

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