Html Css Color HEX #246DA0 Lochmara

📋 copy color: '#246DA0'

red 36 ◦ green 109 ◦ blue 160

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

Shades of Lochmara #246DA0

Tints of Lochmara #246DA0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.74%

 BLUE value IS 160 (62.89% from 255) = 52.46%

R = 11.8%
G = 35.74%
B = 52.46%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#246DA0 (or 0x246DA0) is known color: Lochmara. HEX triplet: 24, 6D and A0. RGB value is (36,109,160). Sum of RGB (Red+Green+Blue) = 36+109+160=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 160 (62.89% from 255 or 52.46% from 305); Max value from RGB is 160 - color contains mainly: blue. Hex color #246DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246DA0 is #DB925F. Grayscale: #5C5C5C. Windows color (decimal): -14389856 or 10513700. OLE color: 10513700.

HSL color Cylindrical-coordinate representation of color #246DA0: hue angle of 204.68º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #246DA0 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 36 109 160 -
CMYK 0.78 0.32 0 0.37
HSL 204.68º 0.63% 0.38% -
HSV(B) 204.68º 0.78% 0.63% -
XYZ 12.54 13.85 35.27 -
YUV 92.99 165.82 87.35 -
System Red Green Blue C M Y K H S L
Decimal 36 109 160 0.78 0.32 0 0.37 204.68 0.63 0.38
Hex 24 6D A0 4E 20 0 25 CD 3F 26
Octal 44 155 240 116 40 0 45 315 77 46
Binary 100100 1101101 10100000 1001110 100000 0 100101 11001101 111111 100110

Color Harmonies of #246DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246DA0

Black with #246DA0

Text Example


Text Example

White with #246DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,109,160); }

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

background-color css

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

 a { background-color: rgb(36,109,160); }

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

border-color css

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

 span { border-color: rgb(36,109,160); }

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