#25649E

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

Shades of Lochmara #25649E

Tints of Lochmara #25649E

Color information

#25649E (or 0x25649E) is unknown color: approx Lochmara. HEX triplet: 25, 64 and 9E. RGB value is (37,100,158). Sum of RGB (Red+Green+Blue) = 37+100+158=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #25649E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25649E is #DA9B61. Grayscale: #575757. Windows color (decimal): -14326626 or 10380325. OLE color: 10380325.

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

Color convert

RGB37100158-
CMYK0.770.3700.38
HSL208.76º62.05%38.24%-
HSV(B)208.76º76.58%61.96%-
XYZ11.4911.9834.05-
YUV87.78167.6391.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.54%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 158 (62.11% from 255) = 53.56%
R=12.54%
G=33.90%
B=53.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371001580.770.3700.38208.7662.0538.24
Hex25649E4D25026d13e26
Octal45144236115450463217646
Binary1001011100100100111101001101100101010011011010001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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