#25669F

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

Shades of Lochmara #25669F

Tints of Lochmara #25669F

Color information

#25669F (or 0x25669F) is unknown color: approx Lochmara. HEX triplet: 25, 66 and 9F. RGB value is (37,102,159). Sum of RGB (Red+Green+Blue) = 37+102+159=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #25669F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25669F is #DA9960. Grayscale: #585858. Windows color (decimal): -14326113 or 10446373. OLE color: 10446373.

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

Color convert

RGB37102159-
CMYK0.770.3600.38
HSL208.03º62.24%38.43%-
HSV(B)208.03º76.73%62.35%-
XYZ11.7712.434.57-
YUV89.06167.4790.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.42%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 159 (62.5% from 255) = 53.36%
R=12.42%
G=34.23%
B=53.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371021590.770.3600.38208.0362.2438.43
Hex25669F4D24026d03e26
Octal45146237115440463207646
Binary1001011100110100111111001101100100010011011010000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25669F; }

 p { color: rgb(37,102,159); }

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

<style>
 a { background-color: #25669F; }

 a { background-color: rgb(37,102,159); }

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

<style>
 span { border-color: #25669F; }

 span { border-color: rgb(37,102,159); }

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