Html Css Color HEX #336DB9 Lochmara

📋 copy color: '#336DB9'

red 51 ◦ green 109 ◦ blue 185

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

Shades of Lochmara #336DB9

Tints of Lochmara #336DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 53.62%

R = 14.78%
G = 31.59%
B = 53.62%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#336DB9 (or 0x336DB9) is known color: Lochmara. HEX triplet: 33, 6D and B9. RGB value is (51,109,185). Sum of RGB (Red+Green+Blue) = 51+109+185=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 185 (72.66% from 255 or 53.62% from 345); Max value from RGB is 185 - color contains mainly: blue. Hex color #336DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336DB9 is #CC9246. Grayscale: #636363. Windows color (decimal): -13406791 or 12152115. OLE color: 12152115.

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

Color convert

RGB 51 109 185 -
CMYK 0.72 0.41 0 0.27
HSL 214.03º 0.57% 0.46% -
HSV(B) 214.03º 0.72% 0.73% -
XYZ 15.59 15.14 48 -
YUV 100.32 175.78 92.82 -
System Red Green Blue C M Y K H S L
Decimal 51 109 185 0.72 0.41 0 0.27 214.03 0.57 0.46
Hex 33 6D B9 48 29 0 1B D6 39 2E
Octal 63 155 271 110 51 0 33 326 71 56
Binary 110011 1101101 10111001 1001000 101001 0 11011 11010110 111001 101110

Color Harmonies of #336DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336DB9

Black with #336DB9

Text Example


Text Example

White with #336DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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