Html Css Color HEX #336D9F Lochmara

📋 copy color: '#336D9F'

red 51 ◦ green 109 ◦ blue 159

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

Shades of Lochmara #336D9F

Tints of Lochmara #336D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.84%

R = 15.99%
G = 34.17%
B = 49.84%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#336D9F (or 0x336D9F) is known color: Lochmara. HEX triplet: 33, 6D and 9F. RGB value is (51,109,159). Sum of RGB (Red+Green+Blue) = 51+109+159=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #336D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336D9F is #CC9260. Grayscale: #616161. Windows color (decimal): -13406817 or 10448179. OLE color: 10448179.

HSL color Cylindrical-coordinate representation of color #336D9F: hue angle of 207.78º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #336D9F is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 109 159 -
CMYK 0.68 0.31 0 0.38
HSL 207.78º 0.51% 0.41% -
HSV(B) 207.78º 0.68% 0.62% -
XYZ 13.09 14.14 34.84 -
YUV 97.36 162.78 94.93 -
System Red Green Blue C M Y K H S L
Decimal 51 109 159 0.68 0.31 0 0.38 207.78 0.51 0.41
Hex 33 6D 9F 44 1F 0 26 D0 33 29
Octal 63 155 237 104 37 0 46 320 63 51
Binary 110011 1101101 10011111 1000100 11111 0 100110 11010000 110011 101001

Color Harmonies of #336D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336D9F

Black with #336D9F

Text Example


Text Example

White with #336D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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