#255466

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

Shades of Arapawa #255466

Tints of Arapawa #255466

Color information

#255466 (or 0x255466) is unknown color: approx Arapawa. HEX triplet: 25, 54 and 66. RGB value is (37,84,102). Sum of RGB (Red+Green+Blue) = 37+84+102=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #255466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255466 is #DAAB99. Grayscale: #474747. Windows color (decimal): -14330778 or 6706213. OLE color: 6706213.

HSL color Cylindrical-coordinate representation of color #255466: hue angle of 196.62º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #255466 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3784102-
CMYK0.640.1800.6
HSL196.62º46.76%27.25%-
HSV(B)196.62º63.73%40%-
XYZ6.337.6913.72-
YUV72144.93103.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 84 (33.20% from 255) = 37.67%
BLUE value IS 102 (40.23% from 255) = 45.74%
R=16.59%
G=37.67%
B=45.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37841020.640.1800.6196.6246.7627.25
Hex255466401203Cc52f1b
Octal45124146100220743055733
Binary1001011010100110011010000001001001111001100010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255466; }

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

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

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

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

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

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

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

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