Html Css Color HEX #336DBB Lochmara

📋 copy color: '#336DBB'

red 51 ◦ green 109 ◦ blue 187

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

Shades of Lochmara #336DBB

Tints of Lochmara #336DBB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.41%

 BLUE value IS 187 (73.44% from 255) = 53.89%

R = 14.7%
G = 31.41%
B = 53.89%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#336DBB (or 0x336DBB) is known color: Lochmara. HEX triplet: 33, 6D and BB. RGB value is (51,109,187). Sum of RGB (Red+Green+Blue) = 51+109+187=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #336DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336DBB is #CC9244. Grayscale: #646464. Windows color (decimal): -13406789 or 12283187. OLE color: 12283187.

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

Color convert

RGB 51 109 187 -
CMYK 0.73 0.42 0 0.27
HSL 214.41º 0.57% 0.47% -
HSV(B) 214.41º 0.73% 0.73% -
XYZ 15.8 15.23 49.12 -
YUV 100.55 176.78 92.66 -
System Red Green Blue C M Y K H S L
Decimal 51 109 187 0.73 0.42 0 0.27 214.41 0.57 0.47
Hex 33 6D BB 49 2A 0 1B D6 39 2F
Octal 63 155 273 111 52 0 33 326 71 57
Binary 110011 1101101 10111011 1001001 101010 0 11011 11010110 111001 101111

Color Harmonies of #336DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336DBB

Black with #336DBB

Text Example


Text Example

White with #336DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,109,187); }

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

background-color css

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

 a { background-color: rgb(51,109,187); }

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

border-color css

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

 span { border-color: rgb(51,109,187); }

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