#255162

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

Shades of Arapawa #255162

Tints of Arapawa #255162

Color information

#255162 (or 0x255162) is unknown color: approx Arapawa. HEX triplet: 25, 51 and 62. RGB value is (37,81,98). Sum of RGB (Red+Green+Blue) = 37+81+98=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 98 - color contains mainly: blue. Hex color #255162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255162 is #DAAE9D. Grayscale: #454545. Windows color (decimal): -14331550 or 6443301. OLE color: 6443301.

HSL color Cylindrical-coordinate representation of color #255162: hue angle of 196.72º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #255162 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB378198-
CMYK0.620.1700.62
HSL196.72º45.19%26.47%-
HSV(B)196.72º62.24%38.43%-
XYZ5.917.1612.63-
YUV69.78143.92104.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.13%
GREEN value IS 81 (32.03% from 255) = 37.5%
BLUE value IS 98 (38.67% from 255) = 45.37%
R=17.13%
G=37.5%
B=45.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3781980.620.1700.62196.7245.1926.47
Hex2551623E1103Ec52d1a
Octal4512114276210763055532
Binary100101101000111000101111101000101111101100010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255162; }

 p { color: rgb(37,81,98); }

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

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

 a { background-color: rgb(37,81,98); }

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

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

 span { border-color: rgb(37,81,98); }

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