#25465C

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

Shades of Arapawa #25465C

Tints of Arapawa #25465C

Color information

#25465C (or 0x25465C) is unknown color: approx Arapawa. HEX triplet: 25, 46 and 5C. RGB value is (37,70,92). Sum of RGB (Red+Green+Blue) = 37+70+92=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #25465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25465C is #DAB9A3. Grayscale: #3E3E3E. Windows color (decimal): -14334372 or 6047269. OLE color: 6047269.

HSL color Cylindrical-coordinate representation of color #25465C: hue angle of 204º 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 #25465C is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB377092-
CMYK0.600.2400.64
HSL204º42.64%25.29%-
HSV(B)204º59.78%36.08%-
XYZ4.885.5510.94-
YUV62.64144.57109.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.59%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 92 (36.33% from 255) = 46.23%
R=18.59%
G=35.18%
B=46.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3770920.600.2400.6420442.6425.29
Hex25465C3C18040cc2b19
Octal45106134743001003145331
Binary1001011000110101110011110011000010000001100110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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