Html Css Color HEX #336EAE Lochmara

📋 copy color: '#336EAE'

red 51 ◦ green 110 ◦ blue 174

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

Shades of Lochmara #336EAE

Tints of Lochmara #336EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.84%

 BLUE value IS 174 (68.36% from 255) = 51.94%

R = 15.22%
G = 32.84%
B = 51.94%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#336EAE (or 0x336EAE) is known color: Lochmara. HEX triplet: 33, 6E and AE. RGB value is (51,110,174). Sum of RGB (Red+Green+Blue) = 51+110+174=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #336EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336EAE is #CC9151. Grayscale: #636363. Windows color (decimal): -13406546 or 11431475. OLE color: 11431475.

HSL color Cylindrical-coordinate representation of color #336EAE: hue angle of 211.22º degrees, saturation: 0.55, 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 #336EAE is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 110 174 -
CMYK 0.71 0.37 0 0.32
HSL 211.22º 0.55% 0.44% -
HSV(B) 211.22º 0.71% 0.68% -
XYZ 14.58 14.91 42.15 -
YUV 99.66 169.95 93.3 -
System Red Green Blue C M Y K H S L
Decimal 51 110 174 0.71 0.37 0 0.32 211.22 0.55 0.44
Hex 33 6E AE 47 25 0 20 D3 37 2C
Octal 63 156 256 107 45 0 40 323 67 54
Binary 110011 1101110 10101110 1000111 100101 0 100000 11010011 110111 101100

Color Harmonies of #336EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336EAE

Black with #336EAE

Text Example


Text Example

White with #336EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,110,174); }

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

background-color css

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

 a { background-color: rgb(51,110,174); }

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

border-color css

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

 span { border-color: rgb(51,110,174); }

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