#25729B

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

Shades of Lochmara #25729B

Tints of Lochmara #25729B

Color information

#25729B (or 0x25729B) is unknown color: approx Lochmara. HEX triplet: 25, 72 and 9B. RGB value is (37,114,155). Sum of RGB (Red+Green+Blue) = 37+114+155=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #25729B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25729B is #DA8D64. Grayscale: #5F5F5F. Windows color (decimal): -14323045 or 10187301. OLE color: 10187301.

HSL color Cylindrical-coordinate representation of color #25729B: hue angle of 200.85º 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 #25729B is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB37114155-
CMYK0.760.2600.39
HSL200.85º61.46%37.65%-
HSV(B)200.85º76.13%60.78%-
XYZ12.714.7933.2-
YUV95.65161.4986.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.09%
GREEN value IS 114 (44.92% from 255) = 37.25%
BLUE value IS 155 (60.94% from 255) = 50.65%
R=12.09%
G=37.25%
B=50.65%

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
Decimal371141550.760.2600.39200.8561.4637.65
Hex25729B4C1A027c93d26
Octal45162233114320473117546
Binary100101111001010011011100110011010010011111001001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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