Html Css Color HEX #336CAC Lochmara

📋 copy color: '#336CAC'

red 51 ◦ green 108 ◦ blue 172

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

Shades of Lochmara #336CAC

Tints of Lochmara #336CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.63%

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

R = 15.41%
G = 32.63%
B = 51.96%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#336CAC (or 0x336CAC) is known color: Lochmara. HEX triplet: 33, 6C and AC. RGB value is (51,108,172). Sum of RGB (Red+Green+Blue) = 51+108+172=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #336CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336CAC is #CC9353. Grayscale: #616161. Windows color (decimal): -13407060 or 11299891. OLE color: 11299891.

HSL color Cylindrical-coordinate representation of color #336CAC: hue angle of 211.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 #336CAC is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 108 172 -
CMYK 0.70 0.37 0 0.33
HSL 211.74º 0.54% 0.44% -
HSV(B) 211.74º 0.7% 0.67% -
XYZ 14.17 14.41 41.06 -
YUV 98.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 51 108 172 0.70 0.37 0 0.33 211.74 0.54 0.44
Hex 33 6C AC 46 25 0 21 D4 36 2C
Octal 63 154 254 106 45 0 41 324 66 54
Binary 110011 1101100 10101100 1000110 100101 0 100001 11010100 110110 101100

Color Harmonies of #336CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336CAC

Black with #336CAC

Text Example


Text Example

White with #336CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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