#25505E

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

Shades of Arapawa #25505E

Tints of Arapawa #25505E

Color information

#25505E (or 0x25505E) is unknown color: approx Arapawa. HEX triplet: 25, 50 and 5E. RGB value is (37,80,94). Sum of RGB (Red+Green+Blue) = 37+80+94=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 94 - color contains mainly: blue. Hex color #25505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25505E is #DAAFA1. Grayscale: #444444. Windows color (decimal): -14331810 or 6180901. OLE color: 6180901.

HSL color Cylindrical-coordinate representation of color #25505E: hue angle of 194.74º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25505E is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB378094-
CMYK0.610.1500.63
HSL194.74º43.51%25.69%-
HSV(B)194.74º60.64%36.86%-
XYZ5.656.9411.63-
YUV68.74142.25105.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.54%
GREEN value IS 80 (31.64% from 255) = 37.91%
BLUE value IS 94 (37.11% from 255) = 44.55%
R=17.54%
G=37.91%
B=44.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3780940.610.1500.63194.7443.5125.69
Hex25505E3DF03Fc32c1a
Octal4512013675170773035432
Binary10010110100001011110111101111101111111100001110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25505E; }

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

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

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

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

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

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

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

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