Html Css Color HEX #336AAA Lochmara

📋 copy color: '#336AAA'

red 51 ◦ green 106 ◦ blue 170

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

Shades of Lochmara #336AAA

Tints of Lochmara #336AAA

RGB

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

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

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

R = 15.6%
G = 32.42%
B = 51.99%

CMYK

 C value IS 0.7

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#336AAA (or 0x336AAA) is known color: Lochmara. HEX triplet: 33, 6A and AA. RGB value is (51,106,170). Sum of RGB (Red+Green+Blue) = 51+106+170=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #336AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336AAA is #CC9555. Grayscale: #606060. Windows color (decimal): -13407574 or 11168307. OLE color: 11168307.

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

Color convert

RGB 51 106 170 -
CMYK 0.7 0.38 0 0.33
HSL 212.27º 0.54% 0.43% -
HSV(B) 212.27º 0.7% 0.67% -
XYZ 13.77 13.91 39.99 -
YUV 96.85 169.28 95.3 -
System Red Green Blue C M Y K H S L
Decimal 51 106 170 0.7 0.38 0 0.33 212.27 0.54 0.43
Hex 33 6A AA 46 26 0 21 D4 36 2B
Octal 63 152 252 106 46 0 41 324 66 53
Binary 110011 1101010 10101010 1000110 100110 0 100001 11010100 110110 101011

Color Harmonies of #336AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336AAA

Black with #336AAA

Text Example


Text Example

White with #336AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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