#25739F

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

Shades of Lochmara #25739F

Tints of Lochmara #25739F

Color information

#25739F (or 0x25739F) is unknown color: approx Lochmara. HEX triplet: 25, 73 and 9F. RGB value is (37,115,159). Sum of RGB (Red+Green+Blue) = 37+115+159=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #25739F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25739F is #DA8C60. Grayscale: #606060. Windows color (decimal): -14322785 or 10449701. OLE color: 10449701.

HSL color Cylindrical-coordinate representation of color #25739F: hue angle of 201.64º 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 #25739F is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB37115159-
CMYK0.770.2800.38
HSL201.64º62.24%38.43%-
HSV(B)201.64º76.73%62.35%-
XYZ13.1515.1635.03-
YUV96.69163.1685.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.90%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 159 (62.5% from 255) = 51.13%
R=11.90%
G=36.98%
B=51.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371151590.770.2800.38201.6462.2438.43
Hex25739F4D1C026ca3e26
Octal45163237115340463127646
Binary100101111001110011111100110111100010011011001010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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