#275261

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

Shades of Arapawa #275261

Tints of Arapawa #275261

Color information

#275261 (or 0x275261) is unknown color: approx Arapawa. HEX triplet: 27, 52 and 61. RGB value is (39,82,97). Sum of RGB (Red+Green+Blue) = 39+82+97=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #275261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275261 is #D8AD9E. Grayscale: #464646. Windows color (decimal): -14200223 or 6378023. OLE color: 6378023.

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

Color convert

RGB398297-
CMYK0.600.1500.62
HSL195.52º42.65%26.67%-
HSV(B)195.52º59.79%38.04%-
XYZ6.017.3312.41-
YUV70.85142.75105.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.89%
GREEN value IS 82 (32.42% from 255) = 37.61%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=17.89%
G=37.61%
B=44.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3982970.600.1500.62195.5242.6526.67
Hex2752613CF03Ec42b1b
Octal4712214174170763045333
Binary10011110100101100001111100111101111101100010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275261; }

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

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

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

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

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

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

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

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