#25465D

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

Shades of Arapawa #25465D

Tints of Arapawa #25465D

Color information

#25465D (or 0x25465D) is unknown color: approx Arapawa. HEX triplet: 25, 46 and 5D. RGB value is (37,70,93). Sum of RGB (Red+Green+Blue) = 37+70+93=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #25465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25465D is #DAB9A2. Grayscale: #3E3E3E. Windows color (decimal): -14334371 or 6112805. OLE color: 6112805.

HSL color Cylindrical-coordinate representation of color #25465D: hue angle of 204.64º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25465D is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB377093-
CMYK0.600.2500.64
HSL204.64º43.08%25.49%-
HSV(B)204.64º60.22%36.47%-
XYZ4.935.5611.17-
YUV62.76145.07109.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 93 (36.72% from 255) = 46.5%
R=18.5%
G=35%
B=46.5%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3770930.600.2500.64204.6443.0825.49
Hex25465D3C19040cd2b19
Octal45106135743101003155331
Binary1001011000110101110111110011001010000001100110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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