#25709E

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

Shades of Lochmara #25709E

Tints of Lochmara #25709E

Color information

#25709E (or 0x25709E) is unknown color: approx Lochmara. HEX triplet: 25, 70 and 9E. RGB value is (37,112,158). Sum of RGB (Red+Green+Blue) = 37+112+158=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #25709E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25709E is #DA8F61. Grayscale: #5E5E5E. Windows color (decimal): -14323554 or 10383397. OLE color: 10383397.

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

Color convert

RGB37112158-
CMYK0.770.2900.38
HSL202.81º62.05%38.24%-
HSV(B)202.81º76.58%61.96%-
XYZ12.7314.4534.47-
YUV94.82163.6586.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.05%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 158 (62.11% from 255) = 51.47%
R=12.05%
G=36.48%
B=51.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371121580.770.2900.38202.8162.0538.24
Hex25709E4D1D026cb3e26
Octal45160236115350463137646
Binary100101111000010011110100110111101010011011001011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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