#25749B

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

Shades of Lochmara #25749B

Tints of Lochmara #25749B

Color information

#25749B (or 0x25749B) is unknown color: approx Lochmara. HEX triplet: 25, 74 and 9B. RGB value is (37,116,155). Sum of RGB (Red+Green+Blue) = 37+116+155=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #25749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25749B is #DA8B64. Grayscale: #606060. Windows color (decimal): -14322533 or 10187813. OLE color: 10187813.

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

Color convert

RGB37116155-
CMYK0.760.2500.39
HSL199.83º61.46%37.65%-
HSV(B)199.83º76.13%60.78%-
XYZ12.9215.2533.27-
YUV96.82160.8385.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.01%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 155 (60.94% from 255) = 50.32%
R=12.01%
G=37.66%
B=50.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal371161550.760.2500.39199.8361.4637.65
Hex25749B4C19027c83d26
Octal45164233114310473107546
Binary100101111010010011011100110011001010011111001000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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