#25639F

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

Shades of Lochmara #25639F

Tints of Lochmara #25639F

Color information

#25639F (or 0x25639F) is unknown color: approx Lochmara. HEX triplet: 25, 63 and 9F. RGB value is (37,99,159). Sum of RGB (Red+Green+Blue) = 37+99+159=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #25639F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25639F is #DA9C60. Grayscale: #565656. Windows color (decimal): -14326881 or 10445605. OLE color: 10445605.

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

Color convert

RGB3799159-
CMYK0.770.3800.38
HSL209.51º62.24%38.43%-
HSV(B)209.51º76.73%62.35%-
XYZ11.4811.8234.48-
YUV87.3168.4692.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.54%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 159 (62.5% from 255) = 53.90%
R=12.54%
G=33.56%
B=53.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal37991590.770.3800.38209.5162.2438.43
Hex25639F4D26026d23e26
Octal45143237115460463227646
Binary1001011100011100111111001101100110010011011010010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25639F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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