#255065

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

Shades of Arapawa #255065

Tints of Arapawa #255065

Color information

#255065 (or 0x255065) is unknown color: approx Arapawa. HEX triplet: 25, 50 and 65. RGB value is (37,80,101). Sum of RGB (Red+Green+Blue) = 37+80+101=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #255065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255065 is #DAAF9A. Grayscale: #454545. Windows color (decimal): -14331803 or 6639653. OLE color: 6639653.

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

Color convert

RGB3780101-
CMYK0.630.2100.60
HSL199.69º46.38%27.06%-
HSV(B)199.69º63.37%39.61%-
XYZ5.987.0713.36-
YUV69.54145.75104.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.97%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 101 (39.84% from 255) = 46.33%
R=16.97%
G=36.70%
B=46.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37801010.630.2100.60199.6946.3827.06
Hex2550653F1503Cc82e1b
Octal4512014577250743105633
Binary100101101000011001011111111010101111001100100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255065; }

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

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

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

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

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

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

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

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