#25719E

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

Shades of Lochmara #25719E

Tints of Lochmara #25719E

Color information

#25719E (or 0x25719E) is unknown color: approx Lochmara. HEX triplet: 25, 71 and 9E. RGB value is (37,113,158). Sum of RGB (Red+Green+Blue) = 37+113+158=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #25719E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25719E is #DA8E61. Grayscale: #5F5F5F. Windows color (decimal): -14323298 or 10383653. OLE color: 10383653.

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

Color convert

RGB37113158-
CMYK0.770.2800.38
HSL202.31º62.05%38.24%-
HSV(B)202.31º76.58%61.96%-
XYZ12.8414.6734.5-
YUV95.41163.3286.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.01%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 158 (62.11% from 255) = 51.30%
R=12.01%
G=36.69%
B=51.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371131580.770.2800.38202.3162.0538.24
Hex25719E4D1C026ca3e26
Octal45161236115340463127646
Binary100101111000110011110100110111100010011011001010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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