#274F61

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

Shades of Arapawa #274F61

Tints of Arapawa #274F61

Color information

#274F61 (or 0x274F61) is unknown color: approx Arapawa. HEX triplet: 27, 4F and 61. RGB value is (39,79,97). Sum of RGB (Red+Green+Blue) = 39+79+97=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #274F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274F61 is #D8B09E. Grayscale: #444444. Windows color (decimal): -14200991 or 6377255. OLE color: 6377255.

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

Color convert

RGB397997-
CMYK0.600.1900.62
HSL198.62º42.65%26.67%-
HSV(B)198.62º59.79%38.04%-
XYZ5.796.8912.33-
YUV69.09143.75106.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.14%
GREEN value IS 79 (31.25% from 255) = 36.74%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=18.14%
G=36.74%
B=45.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3979970.600.1900.62198.6242.6526.67
Hex274F613C1303Ec72b1b
Octal4711714174230763075333
Binary100111100111111000011111001001101111101100011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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