#25465E

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

Shades of Arapawa #25465E

Tints of Arapawa #25465E

Color information

#25465E (or 0x25465E) is unknown color: approx Arapawa. HEX triplet: 25, 46 and 5E. RGB value is (37,70,94). Sum of RGB (Red+Green+Blue) = 37+70+94=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #25465E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25465E is #DAB9A1. Grayscale: #3E3E3E. Windows color (decimal): -14334370 or 6178341. OLE color: 6178341.

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

Color convert

RGB377094-
CMYK0.610.2600.63
HSL205.26º43.51%25.69%-
HSV(B)205.26º60.64%36.86%-
XYZ4.975.5811.4-
YUV62.87145.57109.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.41%
GREEN value IS 70 (27.73% from 255) = 34.83%
BLUE value IS 94 (37.11% from 255) = 46.77%
R=18.41%
G=34.83%
B=46.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3770940.610.2600.63205.2643.5125.69
Hex25465E3D1A03Fcd2c1a
Octal4510613675320773155432
Binary100101100011010111101111011101001111111100110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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