#25749D

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

Shades of Lochmara #25749D

Tints of Lochmara #25749D

Color information

#25749D (or 0x25749D) is unknown color: approx Lochmara. HEX triplet: 25, 74 and 9D. RGB value is (37,116,157). Sum of RGB (Red+Green+Blue) = 37+116+157=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #25749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25749D is #DA8B62. Grayscale: #606060. Windows color (decimal): -14322531 or 10318885. OLE color: 10318885.

HSL color Cylindrical-coordinate representation of color #25749D: hue angle of 200.5º 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 #25749D is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB37116157-
CMYK0.760.2600.38
HSL200.5º61.86%38.04%-
HSV(B)200.5º76.43%61.57%-
XYZ13.0915.3234.16-
YUV97.05161.8385.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.94%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 157 (61.72% from 255) = 50.65%
R=11.94%
G=37.42%
B=50.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371161570.760.2600.38200.561.8638.04
Hex25749D4C1A026c83e26
Octal45164235114320463107646
Binary100101111010010011101100110011010010011011001000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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