Html Css Color HEX #246EAE Lochmara

📋 copy color: '#246EAE'

red 36 ◦ green 110 ◦ blue 174

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

Shades of Lochmara #246EAE

Tints of Lochmara #246EAE

RGB

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

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

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

R = 11.25%
G = 34.38%
B = 54.38%

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

#246EAE (or 0x246EAE) is known color: Lochmara. HEX triplet: 24, 6E and AE. RGB value is (36,110,174). Sum of RGB (Red+Green+Blue) = 36+110+174=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #246EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246EAE is #DB9151. Grayscale: #5E5E5E. Windows color (decimal): -14389586 or 11431460. OLE color: 11431460.

HSL color Cylindrical-coordinate representation of color #246EAE: hue angle of 207.83º 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 #246EAE is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 110 174 -
CMYK 0.79 0.37 0 0.32
HSL 207.83º 0.66% 0.41% -
HSV(B) 207.83º 0.79% 0.68% -
XYZ 13.94 14.58 42.12 -
YUV 95.17 172.48 85.8 -
System Red Green Blue C M Y K H S L
Decimal 36 110 174 0.79 0.37 0 0.32 207.83 0.66 0.41
Hex 24 6E AE 4F 25 0 20 D0 42 29
Octal 44 156 256 117 45 0 40 320 102 51
Binary 100100 1101110 10101110 1001111 100101 0 100000 11010000 1000010 101001

Color Harmonies of #246EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246EAE

Black with #246EAE

Text Example


Text Example

White with #246EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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