Html Css Color HEX #336AAC Lochmara

📋 copy color: '#336AAC'

red 51 ◦ green 106 ◦ blue 172

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

Shades of Lochmara #336AAC

Tints of Lochmara #336AAC

RGB

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

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

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

R = 15.5%
G = 32.22%
B = 52.28%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#336AAC (or 0x336AAC) is known color: Lochmara. HEX triplet: 33, 6A and AC. RGB value is (51,106,172). Sum of RGB (Red+Green+Blue) = 51+106+172=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #336AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336AAC is #CC9553. Grayscale: #606060. Windows color (decimal): -13407572 or 11299379. OLE color: 11299379.

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

Color convert

RGB 51 106 172 -
CMYK 0.70 0.38 0 0.33
HSL 212.73º 0.54% 0.44% -
HSV(B) 212.73º 0.7% 0.67% -
XYZ 13.97 13.99 40.99 -
YUV 97.08 170.28 95.13 -
System Red Green Blue C M Y K H S L
Decimal 51 106 172 0.70 0.38 0 0.33 212.73 0.54 0.44
Hex 33 6A AC 46 26 0 21 D5 36 2C
Octal 63 152 254 106 46 0 41 325 66 54
Binary 110011 1101010 10101100 1000110 100110 0 100001 11010101 110110 101100

Color Harmonies of #336AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336AAC

Black with #336AAC

Text Example


Text Example

White with #336AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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