#255463

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

Shades of Arapawa #255463

Tints of Arapawa #255463

Color information

#255463 (or 0x255463) is unknown color: approx Arapawa. HEX triplet: 25, 54 and 63. RGB value is (37,84,99). Sum of RGB (Red+Green+Blue) = 37+84+99=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #255463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255463 is #DAAB9C. Grayscale: #474747. Windows color (decimal): -14330781 or 6509605. OLE color: 6509605.

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

Color convert

RGB378499-
CMYK0.630.1500.61
HSL194.52º45.59%26.67%-
HSV(B)194.52º62.63%38.82%-
XYZ6.197.6312.95-
YUV71.66143.43103.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.82%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 99 (39.06% from 255) = 45%
R=16.82%
G=38.18%
B=45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3784990.630.1500.61194.5245.5926.67
Hex2554633FF03Dc32e1b
Octal4512414377170753035633
Binary10010110101001100011111111111101111011100001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255463; }

 p { color: rgb(37,84,99); }

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

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

 a { background-color: rgb(37,84,99); }

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

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

 span { border-color: rgb(37,84,99); }

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