Html Css Color HEX #246EA5 Lochmara

📋 copy color: '#246EA5'

red 36 ◦ green 110 ◦ blue 165

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

Shades of Lochmara #246EA5

Tints of Lochmara #246EA5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.37%

 BLUE value IS 165 (64.84% from 255) = 53.05%

R = 11.58%
G = 35.37%
B = 53.05%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#246EA5 (or 0x246EA5) is known color: Lochmara. HEX triplet: 24, 6E and A5. RGB value is (36,110,165). Sum of RGB (Red+Green+Blue) = 36+110+165=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 165 (64.84% from 255 or 53.05% from 311); Max value from RGB is 165 - color contains mainly: blue. Hex color #246EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246EA5 is #DB915A. Grayscale: #5D5D5D. Windows color (decimal): -14389595 or 10841636. OLE color: 10841636.

HSL color Cylindrical-coordinate representation of color #246EA5: hue angle of 205.58º 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 #246EA5 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 36 110 165 -
CMYK 0.78 0.33 0 0.35
HSL 205.58º 0.64% 0.39% -
HSV(B) 205.58º 0.78% 0.65% -
XYZ 13.1 14.24 37.66 -
YUV 94.14 167.98 86.53 -
System Red Green Blue C M Y K H S L
Decimal 36 110 165 0.78 0.33 0 0.35 205.58 0.64 0.39
Hex 24 6E A5 4E 21 0 23 CE 40 27
Octal 44 156 245 116 41 0 43 316 100 47
Binary 100100 1101110 10100101 1001110 100001 0 100011 11001110 1000000 100111

Color Harmonies of #246EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246EA5

Black with #246EA5

Text Example


Text Example

White with #246EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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