Html Css Color HEX #246DAA Lochmara

📋 copy color: '#246DAA'

red 36 ◦ green 109 ◦ blue 170

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

Shades of Lochmara #246DAA

Tints of Lochmara #246DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.97%

R = 11.43%
G = 34.6%
B = 53.97%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#246DAA (or 0x246DAA) is known color: Lochmara. HEX triplet: 24, 6D and AA. RGB value is (36,109,170). Sum of RGB (Red+Green+Blue) = 36+109+170=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #246DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246DAA is #DB9255. Grayscale: #5D5D5D. Windows color (decimal): -14389846 or 11169060. OLE color: 11169060.

HSL color Cylindrical-coordinate representation of color #246DAA: hue angle of 207.31º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #246DAA is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 109 170 -
CMYK 0.79 0.36 0 0.33
HSL 207.31º 0.65% 0.4% -
HSV(B) 207.31º 0.79% 0.67% -
XYZ 13.45 14.21 40.06 -
YUV 94.13 170.82 86.54 -
System Red Green Blue C M Y K H S L
Decimal 36 109 170 0.79 0.36 0 0.33 207.31 0.65 0.4
Hex 24 6D AA 4F 24 0 21 CF 41 28
Octal 44 155 252 117 44 0 41 317 101 50
Binary 100100 1101101 10101010 1001111 100100 0 100001 11001111 1000001 101000

Color Harmonies of #246DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246DAA

Black with #246DAA

Text Example


Text Example

White with #246DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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