Html Css Color HEX #246899 Lochmara

📋 copy color: '#246899'

red 36 ◦ green 104 ◦ blue 153

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

Shades of Lochmara #246899

Tints of Lochmara #246899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.49%

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

R = 12.29%
G = 35.49%
B = 52.22%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#246899 (or 0x246899) is known color: Lochmara. HEX triplet: 24, 68 and 99. RGB value is (36,104,153). Sum of RGB (Red+Green+Blue) = 36+104+153=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #246899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246899 is #DB9766. Grayscale: #585858. Windows color (decimal): -14391143 or 10053668. OLE color: 10053668.

HSL color Cylindrical-coordinate representation of color #246899: hue angle of 205.13º 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 #246899 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 36 104 153 -
CMYK 0.76 0.32 0 0.4
HSL 205.13º 0.62% 0.37% -
HSV(B) 205.13º 0.76% 0.6% -
XYZ 11.43 12.58 31.96 -
YUV 89.25 163.97 90.02 -
System Red Green Blue C M Y K H S L
Decimal 36 104 153 0.76 0.32 0 0.4 205.13 0.62 0.37
Hex 24 68 99 4C 20 0 28 CD 3E 25
Octal 44 150 231 114 40 0 50 315 76 45
Binary 100100 1101000 10011001 1001100 100000 0 101000 11001101 111110 100101

Color Harmonies of #246899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246899

Black with #246899

Text Example


Text Example

White with #246899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246899; }

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

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

background-color css

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

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

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

border-color css

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

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

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