Html Css Color HEX #246499 Lochmara

📋 copy color: '#246499'

red 36 ◦ green 100 ◦ blue 153

#246499
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #246499

Tints of Lochmara #246499

RGB

 RED value IS 36 (14.45% from 255) = 12.46%

 GREEN value IS 100 (39.45% from 255) = 34.6%

 BLUE value IS 153 (60.16% from 255) = 52.94%

R = 12.46%
G = 34.6%
B = 52.94%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#246499 (or 0x246499) is known color: Lochmara. HEX triplet: 24, 64 and 99. RGB value is (36,100,153). Sum of RGB (Red+Green+Blue) = 36+100+153=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #246499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246499 is #DB9B66. Grayscale: #565656. Windows color (decimal): -14392167 or 10052644. OLE color: 10052644.

HSL color Cylindrical-coordinate representation of color #246499: hue angle of 207.18º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #246499 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 36 100 153 -
CMYK 0.76 0.35 0 0.4
HSL 207.18º 0.62% 0.37% -
HSV(B) 207.18º 0.76% 0.6% -
XYZ 11.03 11.79 31.83 -
YUV 86.91 165.3 91.69 -
System Red Green Blue C M Y K H S L
Decimal 36 100 153 0.76 0.35 0 0.4 207.18 0.62 0.37
Hex 24 64 99 4C 23 0 28 CF 3E 25
Octal 44 144 231 114 43 0 50 317 76 45
Binary 100100 1100100 10011001 1001100 100011 0 101000 11001111 111110 100101

Color Harmonies of #246499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246499

Black with #246499

Text Example


Text Example

White with #246499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246499; }

 p { color: rgb(36,100,153); }

 H1.HeaderClassName
 {
   color: #246499;
 }
 .AnyTagClassName
 {
   color: #246499;
 }
</style>

background-color css

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

 a { background-color: rgb(36,100,153); }

 div.DivClassName
 {
   background-color: #246499;
 }
 .BgClassName
 {
   background-color: #246499;
 }
</style>

border-color css

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

 span { border-color: rgb(36,100,153); }

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