#25669B

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

Shades of Lochmara #25669B

Tints of Lochmara #25669B

Color information

#25669B (or 0x25669B) is unknown color: approx Lochmara. HEX triplet: 25, 66 and 9B. RGB value is (37,102,155). Sum of RGB (Red+Green+Blue) = 37+102+155=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #25669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25669B is #DA9964. Grayscale: #585858. Windows color (decimal): -14326117 or 10184229. OLE color: 10184229.

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

Color convert

RGB37102155-
CMYK0.760.3400.39
HSL206.95º61.46%37.65%-
HSV(B)206.95º76.13%60.78%-
XYZ11.4312.2632.77-
YUV88.61165.4791.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.59%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 155 (60.94% from 255) = 52.72%
R=12.59%
G=34.69%
B=52.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal371021550.760.3400.39206.9561.4637.65
Hex25669B4C22027cf3d26
Octal45146233114420473177546
Binary1001011100110100110111001100100010010011111001111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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