#246fa5

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

Shades of Lochmara #246FA5

Tints of Lochmara #246FA5

Color information

#246FA5 (or 0x246FA5) is unknown color: approx Lochmara. HEX triplet: 24, 6F and A5. RGB value is (36,111,165). Sum of RGB (Red+Green+Blue) = 36+111+165=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 165 (64.84% from 255 or 52.88% from 312); Max value from RGB is 165 - color contains mainly: blue. Hex color #246FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246FA5 is #DB905A. Grayscale: #5E5E5E. Windows color (decimal): -14389339 or 10841892. OLE color: 10841892.

HSL color Cylindrical-coordinate representation of color #246FA5: hue angle of 205.12º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #246FA5 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB36111165-
CMYK0.780.3300.35
HSL205.12º64.18%39.41%-
HSV(B)205.12º78.18%64.71%-
XYZ13.214.4637.69-
YUV94.73167.6586.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.54%
GREEN value IS 111 (43.75% from 255) = 35.58%
BLUE value IS 165 (64.84% from 255) = 52.88%
R=11.54%
G=35.58%
B=52.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal361111650.780.3300.35205.1264.1839.41
Hex246FA54E21023cd4027
Octal441572451164104331510047
Binary10010011011111010010110011101000010100011110011011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246fa5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246fa5; }

 p { color: rgb(36,111,165); }

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

<style>
 a { background-color: #246fa5; }

 a { background-color: rgb(36,111,165); }

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

<style>
 span { border-color: #246fa5; }

 span { border-color: rgb(36,111,165); }

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