#275461

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

Shades of Arapawa #275461

Tints of Arapawa #275461

Color information

#275461 (or 0x275461) is unknown color: approx Arapawa. HEX triplet: 27, 54 and 61. RGB value is (39,84,97). Sum of RGB (Red+Green+Blue) = 39+84+97=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #275461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275461 is #D8AB9E. Grayscale: #474747. Windows color (decimal): -14199711 or 6378535. OLE color: 6378535.

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

Color convert

RGB398497-
CMYK0.600.1300.62
HSL193.45º42.65%26.67%-
HSV(B)193.45º59.79%38.04%-
XYZ6.167.6412.46-
YUV72.03142.09104.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.73%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 97 (38.28% from 255) = 44.09%
R=17.73%
G=38.18%
B=44.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3984970.600.1300.62193.4542.6526.67
Hex2754613CD03Ec12b1b
Octal4712414174150763015333
Binary10011110101001100001111100110101111101100000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275461; }

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

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

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

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

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

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

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

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