Html Css Color HEX #246AAA Lochmara

📋 copy color: '#246AAA'

red 36 ◦ green 106 ◦ blue 170

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

Shades of Lochmara #246AAA

Tints of Lochmara #246AAA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.97%

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

R = 11.54%
G = 33.97%
B = 54.49%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#246AAA (or 0x246AAA) is known color: Lochmara. HEX triplet: 24, 6A and AA. RGB value is (36,106,170). Sum of RGB (Red+Green+Blue) = 36+106+170=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #246AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246AAA is #DB9555. Grayscale: #5C5C5C. Windows color (decimal): -14390614 or 11168292. OLE color: 11168292.

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

Color convert

RGB 36 106 170 -
CMYK 0.79 0.38 0 0.33
HSL 208.66º 0.65% 0.4% -
HSV(B) 208.66º 0.79% 0.67% -
XYZ 13.14 13.59 39.96 -
YUV 92.37 171.81 87.8 -
System Red Green Blue C M Y K H S L
Decimal 36 106 170 0.79 0.38 0 0.33 208.66 0.65 0.4
Hex 24 6A AA 4F 26 0 21 D1 41 28
Octal 44 152 252 117 46 0 41 321 101 50
Binary 100100 1101010 10101010 1001111 100110 0 100001 11010001 1000001 101000

Color Harmonies of #246AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246AAA

Black with #246AAA

Text Example


Text Example

White with #246AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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