#275061

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

Shades of Arapawa #275061

Tints of Arapawa #275061

Color information

#275061 (or 0x275061) is unknown color: approx Arapawa. HEX triplet: 27, 50 and 61. RGB value is (39,80,97). Sum of RGB (Red+Green+Blue) = 39+80+97=216 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.06% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #275061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275061 is #D8AF9E. Grayscale: #454545. Windows color (decimal): -14200735 or 6377511. OLE color: 6377511.

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

Color convert

RGB398097-
CMYK0.600.1800.62
HSL197.59º42.65%26.67%-
HSV(B)197.59º59.79%38.04%-
XYZ5.867.0312.36-
YUV69.68143.42106.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.06%
GREEN value IS 80 (31.64% from 255) = 37.04%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=18.06%
G=37.04%
B=44.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3980970.600.1800.62197.5942.6526.67
Hex2750613C1203Ec62b1b
Octal4712014174220763065333
Binary100111101000011000011111001001001111101100011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275061; }

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

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

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

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

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

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

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

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