#275861

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

Shades of Arapawa #275861

Tints of Arapawa #275861

Color information

#275861 (or 0x275861) is unknown color: approx Arapawa. HEX triplet: 27, 58 and 61. RGB value is (39,88,97). Sum of RGB (Red+Green+Blue) = 39+88+97=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #275861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275861 is #D8A79E. Grayscale: #4A4A4A. Windows color (decimal): -14198687 or 6379559. OLE color: 6379559.

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

Color convert

RGB398897-
CMYK0.600.0900.62
HSL189.31º42.65%26.67%-
HSV(B)189.31º59.79%38.04%-
XYZ6.488.2712.56-
YUV74.38140.77102.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.41%
GREEN value IS 88 (34.77% from 255) = 39.29%
BLUE value IS 97 (38.28% from 255) = 43.30%
R=17.41%
G=39.29%
B=43.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3988970.600.0900.62189.3142.6526.67
Hex2758613C903Ebd2b1b
Octal4713014174110762755333
Binary10011110110001100001111100100101111101011110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275861; }

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

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

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

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

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

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

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

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