Html Css Color HEX #336EAC Lochmara

📋 copy color: '#336EAC'

red 51 ◦ green 110 ◦ blue 172

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

Shades of Lochmara #336EAC

Tints of Lochmara #336EAC

RGB

 RED value IS 51 (20.31% from 255) = 15.32%

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

 BLUE value IS 172 (67.58% from 255) = 51.65%

R = 15.32%
G = 33.03%
B = 51.65%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#336EAC (or 0x336EAC) is known color: Lochmara. HEX triplet: 33, 6E and AC. RGB value is (51,110,172). Sum of RGB (Red+Green+Blue) = 51+110+172=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #336EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336EAC is #CC9153. Grayscale: #636363. Windows color (decimal): -13406548 or 11300403. OLE color: 11300403.

HSL color Cylindrical-coordinate representation of color #336EAC: hue angle of 210.74º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #336EAC is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 110 172 -
CMYK 0.70 0.36 0 0.33
HSL 210.74º 0.54% 0.44% -
HSV(B) 210.74º 0.7% 0.67% -
XYZ 14.39 14.83 41.13 -
YUV 99.43 168.95 93.46 -
System Red Green Blue C M Y K H S L
Decimal 51 110 172 0.70 0.36 0 0.33 210.74 0.54 0.44
Hex 33 6E AC 46 24 0 21 D3 36 2C
Octal 63 156 254 106 44 0 41 323 66 54
Binary 110011 1101110 10101100 1000110 100100 0 100001 11010011 110110 101100

Color Harmonies of #336EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336EAC

Black with #336EAC

Text Example


Text Example

White with #336EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336EAC; }

 p { color: rgb(51,110,172); }

 H1.HeaderClassName
 {
   color: #336EAC;
 }
 .AnyTagClassName
 {
   color: #336EAC;
 }
</style>

background-color css

<style>
 a { background-color: #336EAC; }

 a { background-color: rgb(51,110,172); }

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

border-color css

<style>
 span { border-color: #336EAC; }

 span { border-color: rgb(51,110,172); }

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