Html Css Color HEX #336FAA Lochmara

📋 copy color: '#336FAA'

red 51 ◦ green 111 ◦ blue 170

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

Shades of Lochmara #336FAA

Tints of Lochmara #336FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.43%

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

R = 15.36%
G = 33.43%
B = 51.2%

CMYK

 C value IS 0.7

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#336FAA (or 0x336FAA) is known color: Lochmara. HEX triplet: 33, 6F and AA. RGB value is (51,111,170). Sum of RGB (Red+Green+Blue) = 51+111+170=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #336FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336FAA is #CC9055. Grayscale: #636363. Windows color (decimal): -13406294 or 11169587. OLE color: 11169587.

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

Color convert

RGB 51 111 170 -
CMYK 0.7 0.35 0 0.33
HSL 209.75º 0.54% 0.43% -
HSV(B) 209.75º 0.7% 0.67% -
XYZ 14.31 14.97 40.17 -
YUV 99.79 167.62 93.2 -
System Red Green Blue C M Y K H S L
Decimal 51 111 170 0.7 0.35 0 0.33 209.75 0.54 0.43
Hex 33 6F AA 46 23 0 21 D2 36 2B
Octal 63 157 252 106 43 0 41 322 66 53
Binary 110011 1101111 10101010 1000110 100011 0 100001 11010010 110110 101011

Color Harmonies of #336FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336FAA

Black with #336FAA

Text Example


Text Example

White with #336FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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