#255661

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

Shades of Arapawa #255661

Tints of Arapawa #255661

Color information

#255661 (or 0x255661) is unknown color: approx Arapawa. HEX triplet: 25, 56 and 61. RGB value is (37,86,97). Sum of RGB (Red+Green+Blue) = 37+86+97=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #255661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255661 is #DAA99E. Grayscale: #484848. Windows color (decimal): -14330271 or 6379045. OLE color: 6379045.

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

Color convert

RGB378697-
CMYK0.620.1100.62
HSL191º44.78%26.27%-
HSV(B)191º61.86%38.04%-
XYZ6.257.9112.51-
YUV72.6141.77102.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.82%
GREEN value IS 86 (33.98% from 255) = 39.09%
BLUE value IS 97 (38.28% from 255) = 44.09%
R=16.82%
G=39.09%
B=44.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3786970.620.1100.6219144.7826.27
Hex2556613EB03Ebf2d1a
Octal4512614176130762775532
Binary10010110101101100001111110101101111101011111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255661; }

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

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

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

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

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

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

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

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