#25739D

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

Shades of Lochmara #25739D

Tints of Lochmara #25739D

Color information

#25739D (or 0x25739D) is unknown color: approx Lochmara. HEX triplet: 25, 73 and 9D. RGB value is (37,115,157). Sum of RGB (Red+Green+Blue) = 37+115+157=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #25739D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25739D is #DA8C62. Grayscale: #606060. Windows color (decimal): -14322787 or 10318629. OLE color: 10318629.

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

Color convert

RGB37115157-
CMYK0.760.2700.38
HSL201º61.86%38.04%-
HSV(B)201º76.43%61.57%-
XYZ12.9815.0934.13-
YUV96.47162.1685.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.97%
GREEN value IS 115 (45.31% from 255) = 37.22%
BLUE value IS 157 (61.72% from 255) = 50.81%
R=11.97%
G=37.22%
B=50.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371151570.760.2700.3820161.8638.04
Hex25739D4C1B026c93e26
Octal45163235114330463117646
Binary100101111001110011101100110011011010011011001001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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