Html Css Color HEX #246AAD Lochmara

📋 copy color: '#246AAD'

red 36 ◦ green 106 ◦ blue 173

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

Shades of Lochmara #246AAD

Tints of Lochmara #246AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.92%

R = 11.43%
G = 33.65%
B = 54.92%

CMYK

 C value IS 0.79

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#246AAD (or 0x246AAD) is known color: Lochmara. HEX triplet: 24, 6A and AD. RGB value is (36,106,173). Sum of RGB (Red+Green+Blue) = 36+106+173=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #246AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246AAD is #DB9552. Grayscale: #5C5C5C. Windows color (decimal): -14390611 or 11364900. OLE color: 11364900.

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

Color convert

RGB 36 106 173 -
CMYK 0.79 0.39 0 0.32
HSL 209.34º 0.66% 0.41% -
HSV(B) 209.34º 0.79% 0.68% -
XYZ 13.42 13.7 41.47 -
YUV 92.71 173.31 87.55 -
System Red Green Blue C M Y K H S L
Decimal 36 106 173 0.79 0.39 0 0.32 209.34 0.66 0.41
Hex 24 6A AD 4F 27 0 20 D1 42 29
Octal 44 152 255 117 47 0 40 321 102 51
Binary 100100 1101010 10101101 1001111 100111 0 100000 11010001 1000010 101001

Color Harmonies of #246AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246AAD

Black with #246AAD

Text Example


Text Example

White with #246AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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