#25699E

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

Shades of Lochmara #25699E

Tints of Lochmara #25699E

Color information

#25699E (or 0x25699E) is unknown color: approx Lochmara. HEX triplet: 25, 69 and 9E. RGB value is (37,105,158). Sum of RGB (Red+Green+Blue) = 37+105+158=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #25699E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25699E is #DA9661. Grayscale: #5A5A5A. Windows color (decimal): -14325346 or 10381605. OLE color: 10381605.

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

Color convert

RGB37105158-
CMYK0.770.3400.38
HSL206.28º62.05%38.24%-
HSV(B)206.28º76.58%61.96%-
XYZ11.9912.9734.22-
YUV90.71165.9789.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.33%
GREEN value IS 105 (41.41% from 255) = 35%
BLUE value IS 158 (62.11% from 255) = 52.67%
R=12.33%
G=35%
B=52.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371051580.770.3400.38206.2862.0538.24
Hex25699E4D22026ce3e26
Octal45151236115420463167646
Binary1001011101001100111101001101100010010011011001110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25699E; }

 p { color: rgb(37,105,158); }

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

<style>
 a { background-color: #25699E; }

 a { background-color: rgb(37,105,158); }

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

<style>
 span { border-color: #25699E; }

 span { border-color: rgb(37,105,158); }

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