#25768A

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

Shades of Allports #25768A

Tints of Allports #25768A

Color information

#25768A (or 0x25768A) is unknown color: approx Allports. HEX triplet: 25, 76 and 8A. RGB value is (37,118,138). Sum of RGB (Red+Green+Blue) = 37+118+138=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #25768A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25768A is #DA8975. Grayscale: #5F5F5F. Windows color (decimal): -14322038 or 9074213. OLE color: 9074213.

HSL color Cylindrical-coordinate representation of color #25768A: hue angle of 191.88º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25768A is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB37118138-
CMYK0.730.1400.46
HSL191.88º57.71%34.31%-
HSV(B)191.88º73.19%54.12%-
XYZ11.8315.1926.35-
YUV96.06151.6685.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.63%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 138 (54.30% from 255) = 47.10%
R=12.63%
G=40.27%
B=47.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal371181380.730.1400.46191.8857.7134.31
Hex25768A49E02Ec03a22
Octal45166212111160563007242
Binary10010111101101000101010010011110010111011000000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,118,138); }

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

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

 a { background-color: rgb(37,118,138); }

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

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

 span { border-color: rgb(37,118,138); }

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