#275862

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

Shades of Arapawa #275862

Tints of Arapawa #275862

Color information

#275862 (or 0x275862) is unknown color: approx Arapawa. HEX triplet: 27, 58 and 62. RGB value is (39,88,98). Sum of RGB (Red+Green+Blue) = 39+88+98=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #275862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275862 is #D8A79D. Grayscale: #4A4A4A. Windows color (decimal): -14198686 or 6445095. OLE color: 6445095.

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

Color convert

RGB398898-
CMYK0.600.1000.62
HSL190.17º43.07%26.86%-
HSV(B)190.17º60.2%38.43%-
XYZ6.538.2912.81-
YUV74.49141.27102.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.33%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=17.33%
G=39.11%
B=43.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3988980.600.1000.62190.1743.0726.86
Hex2758623CA03Ebe2b1b
Octal4713014274120762765333
Binary10011110110001100010111100101001111101011111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275862; }

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

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

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

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

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

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

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

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