Html Css Color HEX #336FAD Lochmara

📋 copy color: '#336FAD'

red 51 ◦ green 111 ◦ blue 173

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

Shades of Lochmara #336FAD

Tints of Lochmara #336FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.64%

R = 15.22%
G = 33.13%
B = 51.64%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#336FAD (or 0x336FAD) is known color: Lochmara. HEX triplet: 33, 6F and AD. RGB value is (51,111,173). Sum of RGB (Red+Green+Blue) = 51+111+173=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #336FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336FAD is #CC9052. Grayscale: #636363. Windows color (decimal): -13406291 or 11366195. OLE color: 11366195.

HSL color Cylindrical-coordinate representation of color #336FAD: hue angle of 210.49º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #336FAD is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 111 173 -
CMYK 0.71 0.36 0 0.32
HSL 210.49º 0.54% 0.44% -
HSV(B) 210.49º 0.71% 0.68% -
XYZ 14.59 15.09 41.68 -
YUV 100.13 169.12 92.96 -
System Red Green Blue C M Y K H S L
Decimal 51 111 173 0.71 0.36 0 0.32 210.49 0.54 0.44
Hex 33 6F AD 47 24 0 20 D2 36 2C
Octal 63 157 255 107 44 0 40 322 66 54
Binary 110011 1101111 10101101 1000111 100100 0 100000 11010010 110110 101100

Color Harmonies of #336FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336FAD

Black with #336FAD

Text Example


Text Example

White with #336FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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