#25769B

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

Shades of Lochmara #25769B

Tints of Lochmara #25769B

Color information

#25769B (or 0x25769B) is unknown color: approx Lochmara. HEX triplet: 25, 76 and 9B. RGB value is (37,118,155). Sum of RGB (Red+Green+Blue) = 37+118+155=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #25769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25769B is #DA8964. Grayscale: #616161. Windows color (decimal): -14322021 or 10188325. OLE color: 10188325.

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

Color convert

RGB37118155-
CMYK0.760.2400.39
HSL198.81º61.46%37.65%-
HSV(B)198.81º76.13%60.78%-
XYZ13.1615.7233.35-
YUV98160.1684.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.94%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 155 (60.94% from 255) = 50%
R=11.94%
G=38.06%
B=50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal371181550.760.2400.39198.8161.4637.65
Hex25769B4C18027c73d26
Octal45166233114300473077546
Binary100101111011010011011100110011000010011111000111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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