#25657A

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

Shades of Allports #25657A

Tints of Allports #25657A

Color information

#25657A (or 0x25657A) is unknown color: approx Allports. HEX triplet: 25, 65 and 7A. RGB value is (37,101,122). Sum of RGB (Red+Green+Blue) = 37+101+122=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 122 (48.05% from 255 or 46.92% from 260); Max value from RGB is 122 - color contains mainly: blue. Hex color #25657A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25657A is #DA9A85. Grayscale: #545454. Windows color (decimal): -14326406 or 8021285. OLE color: 8021285.

HSL color Cylindrical-coordinate representation of color #25657A: hue angle of 194.82º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25657A is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB37101122-
CMYK0.700.1700.52
HSL194.82º53.46%31.18%-
HSV(B)194.82º69.67%47.84%-
XYZ8.9311.1120.09-
YUV84.26149.394.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.23%
GREEN value IS 101 (39.84% from 255) = 38.85%
BLUE value IS 122 (48.05% from 255) = 46.92%
R=14.23%
G=38.85%
B=46.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal371011220.700.1700.52194.8253.4631.18
Hex25657A4611034c3351f
Octal45145172106210643036537
Binary1001011100101111101010001101000101101001100001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25657A; }

 p { color: rgb(37,101,122); }

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

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

 a { background-color: rgb(37,101,122); }

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

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

 span { border-color: rgb(37,101,122); }

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