Html Css Color HEX #246DAE Lochmara

📋 copy color: '#246DAE'

red 36 ◦ green 109 ◦ blue 174

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

Shades of Lochmara #246DAE

Tints of Lochmara #246DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.55%

R = 11.29%
G = 34.17%
B = 54.55%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#246DAE (or 0x246DAE) is known color: Lochmara. HEX triplet: 24, 6D and AE. RGB value is (36,109,174). Sum of RGB (Red+Green+Blue) = 36+109+174=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #246DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246DAE is #DB9251. Grayscale: #5E5E5E. Windows color (decimal): -14389842 or 11431204. OLE color: 11431204.

HSL color Cylindrical-coordinate representation of color #246DAE: hue angle of 208.26º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #246DAE is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 109 174 -
CMYK 0.79 0.37 0 0.32
HSL 208.26º 0.66% 0.41% -
HSV(B) 208.26º 0.79% 0.68% -
XYZ 13.84 14.37 42.09 -
YUV 94.58 172.82 86.21 -
System Red Green Blue C M Y K H S L
Decimal 36 109 174 0.79 0.37 0 0.32 208.26 0.66 0.41
Hex 24 6D AE 4F 25 0 20 D0 42 29
Octal 44 155 256 117 45 0 40 320 102 51
Binary 100100 1101101 10101110 1001111 100101 0 100000 11010000 1000010 101001

Color Harmonies of #246DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246DAE

Black with #246DAE

Text Example


Text Example

White with #246DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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