#25609E

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

Shades of Lochmara #25609E

Tints of Lochmara #25609E

Color information

#25609E (or 0x25609E) is unknown color: approx Lochmara. HEX triplet: 25, 60 and 9E. RGB value is (37,96,158). Sum of RGB (Red+Green+Blue) = 37+96+158=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #25609E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25609E is #DA9F61. Grayscale: #555555. Windows color (decimal): -14327650 or 10379301. OLE color: 10379301.

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

Color convert

RGB3796158-
CMYK0.770.3900.38
HSL210.74º62.05%38.24%-
HSV(B)210.74º76.58%61.96%-
XYZ11.1211.2333.93-
YUV85.43168.9593.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.71%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 158 (62.11% from 255) = 54.30%
R=12.71%
G=32.99%
B=54.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37961580.770.3900.38210.7462.0538.24
Hex25609E4D27026d33e26
Octal45140236115470463237646
Binary1001011100000100111101001101100111010011011010011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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