#25739B

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

Shades of Lochmara #25739B

Tints of Lochmara #25739B

Color information

#25739B (or 0x25739B) is unknown color: approx Lochmara. HEX triplet: 25, 73 and 9B. RGB value is (37,115,155). Sum of RGB (Red+Green+Blue) = 37+115+155=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #25739B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25739B is #DA8C64. Grayscale: #5F5F5F. Windows color (decimal): -14322789 or 10187557. OLE color: 10187557.

HSL color Cylindrical-coordinate representation of color #25739B: hue angle of 200.34º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25739B is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB37115155-
CMYK0.760.2600.39
HSL200.34º61.46%37.65%-
HSV(B)200.34º76.13%60.78%-
XYZ12.8115.0233.23-
YUV96.24161.1685.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.05%
GREEN value IS 115 (45.31% from 255) = 37.46%
BLUE value IS 155 (60.94% from 255) = 50.49%
R=12.05%
G=37.46%
B=50.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal371151550.760.2600.39200.3461.4637.65
Hex25739B4C1A027c83d26
Octal45163233114320473107546
Binary100101111001110011011100110011010010011111001000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25739B; }

 p { color: rgb(37,115,155); }

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

<style>
 a { background-color: #25739B; }

 a { background-color: rgb(37,115,155); }

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

<style>
 span { border-color: #25739B; }

 span { border-color: rgb(37,115,155); }

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