Html Css Color HEX #336EBA Lochmara

📋 copy color: '#336EBA'

red 51 ◦ green 110 ◦ blue 186

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

Shades of Lochmara #336EBA

Tints of Lochmara #336EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.6%

R = 14.7%
G = 31.7%
B = 53.6%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#336EBA (or 0x336EBA) is known color: Lochmara. HEX triplet: 33, 6E and BA. RGB value is (51,110,186). Sum of RGB (Red+Green+Blue) = 51+110+186=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #336EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336EBA is #CC9145. Grayscale: #646464. Windows color (decimal): -13406534 or 12217907. OLE color: 12217907.

HSL color Cylindrical-coordinate representation of color #336EBA: hue angle of 213.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #336EBA is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 110 186 -
CMYK 0.73 0.41 0 0.27
HSL 213.78º 0.57% 0.46% -
HSV(B) 213.78º 0.73% 0.73% -
XYZ 15.8 15.4 48.59 -
YUV 101.02 175.95 92.32 -
System Red Green Blue C M Y K H S L
Decimal 51 110 186 0.73 0.41 0 0.27 213.78 0.57 0.46
Hex 33 6E BA 49 29 0 1B D6 39 2E
Octal 63 156 272 111 51 0 33 326 71 56
Binary 110011 1101110 10111010 1001001 101001 0 11011 11010110 111001 101110

Color Harmonies of #336EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336EBA

Black with #336EBA

Text Example


Text Example

White with #336EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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