Html Css Color HEX #336CAA Lochmara

📋 copy color: '#336CAA'

red 51 ◦ green 108 ◦ blue 170

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

Shades of Lochmara #336CAA

Tints of Lochmara #336CAA

RGB

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

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

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

R = 15.5%
G = 32.83%
B = 51.67%

CMYK

 C value IS 0.7

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#336CAA (or 0x336CAA) is known color: Lochmara. HEX triplet: 33, 6C and AA. RGB value is (51,108,170). Sum of RGB (Red+Green+Blue) = 51+108+170=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #336CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336CAA is #CC9355. Grayscale: #616161. Windows color (decimal): -13407062 or 11168819. OLE color: 11168819.

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

Color convert

RGB 51 108 170 -
CMYK 0.7 0.36 0 0.33
HSL 211.26º 0.54% 0.43% -
HSV(B) 211.26º 0.7% 0.67% -
XYZ 13.98 14.33 40.06 -
YUV 98.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 51 108 170 0.7 0.36 0 0.33 211.26 0.54 0.43
Hex 33 6C AA 46 24 0 21 D3 36 2B
Octal 63 154 252 106 44 0 41 323 66 53
Binary 110011 1101100 10101010 1000110 100100 0 100001 11010011 110110 101011

Color Harmonies of #336CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336CAA

Black with #336CAA

Text Example


Text Example

White with #336CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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