#255664

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

Shades of Arapawa #255664

Tints of Arapawa #255664

Color information

#255664 (or 0x255664) is unknown color: approx Arapawa. HEX triplet: 25, 56 and 64. RGB value is (37,86,100). Sum of RGB (Red+Green+Blue) = 37+86+100=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 100 - color contains mainly: blue. Hex color #255664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255664 is #DAA99B. Grayscale: #484848. Windows color (decimal): -14330268 or 6575653. OLE color: 6575653.

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

Color convert

RGB3786100-
CMYK0.630.1400.61
HSL193.33º45.99%26.86%-
HSV(B)193.33º63%39.22%-
XYZ6.397.9713.26-
YUV72.95143.27102.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 86 (33.98% from 255) = 38.57%
BLUE value IS 100 (39.45% from 255) = 44.84%
R=16.59%
G=38.57%
B=44.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal37861000.630.1400.61193.3345.9926.86
Hex2556643FE03Dc12e1b
Octal4512614477160753015633
Binary10010110101101100100111111111001111011100000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255664; }

 p { color: rgb(37,86,100); }

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

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

 a { background-color: rgb(37,86,100); }

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

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

 span { border-color: rgb(37,86,100); }

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