#274F5F

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

Shades of Arapawa #274F5F

Tints of Arapawa #274F5F

Color information

#274F5F (or 0x274F5F) is unknown color: approx Arapawa. HEX triplet: 27, 4F and 5F. RGB value is (39,79,95). Sum of RGB (Red+Green+Blue) = 39+79+95=213 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.31% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 95 - color contains mainly: blue. Hex color #274F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274F5F is #D8B0A0. Grayscale: #444444. Windows color (decimal): -14200993 or 6246183. OLE color: 6246183.

HSL color Cylindrical-coordinate representation of color #274F5F: hue angle of 197.14º degrees, saturation: 0.42, 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 #274F5F is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB397995-
CMYK0.590.1700.63
HSL197.14º41.79%26.27%-
HSV(B)197.14º58.95%37.25%-
XYZ5.76.8511.85-
YUV68.86142.75106.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.31%
GREEN value IS 79 (31.25% from 255) = 37.09%
BLUE value IS 95 (37.5% from 255) = 44.60%
R=18.31%
G=37.09%
B=44.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3979950.590.1700.63197.1441.7926.27
Hex274F5F3B1103Fc52a1a
Octal4711713773210773055232
Binary100111100111110111111110111000101111111100010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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