#25759F

Color #25759F Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #25759F

Tints of Lochmara #25759F

Color information

#25759F (or 0x25759F) is unknown color: approx Lochmara. HEX triplet: 25, 75 and 9F. RGB value is (37,117,159). Sum of RGB (Red+Green+Blue) = 37+117+159=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #25759F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25759F is #DA8A60. Grayscale: #616161. Windows color (decimal): -14322273 or 10450213. OLE color: 10450213.

HSL color Cylindrical-coordinate representation of color #25759F: hue angle of 200.66º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25759F is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB37117159-
CMYK0.770.2600.38
HSL200.66º62.24%38.43%-
HSV(B)200.66º76.73%62.35%-
XYZ13.3815.6235.11-
YUV97.87162.584.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.82%
GREEN value IS 117 (46.09% from 255) = 37.38%
BLUE value IS 159 (62.5% from 255) = 50.80%
R=11.82%
G=37.38%
B=50.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371171590.770.2600.38200.6662.2438.43
Hex25759F4D1A026c93e26
Octal45165237115320463117646
Binary100101111010110011111100110111010010011011001001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25759F; }

 p { color: rgb(37,117,159); }

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

<style>
 a { background-color: #25759F; }

 a { background-color: rgb(37,117,159); }

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

<style>
 span { border-color: #25759F; }

 span { border-color: rgb(37,117,159); }

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