#255165

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

Shades of Arapawa #255165

Tints of Arapawa #255165

Color information

#255165 (or 0x255165) is unknown color: approx Arapawa. HEX triplet: 25, 51 and 65. RGB value is (37,81,101). Sum of RGB (Red+Green+Blue) = 37+81+101=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #255165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255165 is #DAAE9A. Grayscale: #464646. Windows color (decimal): -14331547 or 6639909. OLE color: 6639909.

HSL color Cylindrical-coordinate representation of color #255165: hue angle of 198.75º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #255165 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3781101-
CMYK0.630.2000.60
HSL198.75º46.38%27.06%-
HSV(B)198.75º63.37%39.61%-
XYZ6.057.2213.39-
YUV70.12145.42104.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 81 (32.03% from 255) = 36.99%
BLUE value IS 101 (39.84% from 255) = 46.12%
R=16.89%
G=36.99%
B=46.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37811010.630.2000.60198.7546.3827.06
Hex2551653F1403Cc72e1b
Octal4512114577240743075633
Binary100101101000111001011111111010001111001100011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255165; }

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

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

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

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

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

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

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

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