#25619E

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

Shades of Lochmara #25619E

Tints of Lochmara #25619E

Color information

#25619E (or 0x25619E) is unknown color: approx Lochmara. HEX triplet: 25, 61 and 9E. RGB value is (37,97,158). Sum of RGB (Red+Green+Blue) = 37+97+158=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #25619E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25619E is #DA9E61. Grayscale: #555555. Windows color (decimal): -14327394 or 10379557. OLE color: 10379557.

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

Color convert

RGB3797158-
CMYK0.770.3900.38
HSL210.25º62.05%38.24%-
HSV(B)210.25º76.58%61.96%-
XYZ11.2111.4133.96-
YUV86.01168.6293.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.67%
GREEN value IS 97 (38.28% from 255) = 33.22%
BLUE value IS 158 (62.11% from 255) = 54.11%
R=12.67%
G=33.22%
B=54.11%

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
Decimal37971580.770.3900.38210.2562.0538.24
Hex25619E4D27026d23e26
Octal45141236115470463227646
Binary1001011100001100111101001101100111010011011010010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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