Html Css Color HEX #336B99 Lochmara

📋 copy color: '#336B99'

red 51 ◦ green 107 ◦ blue 153

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

Shades of Lochmara #336B99

Tints of Lochmara #336B99

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.41%

 BLUE value IS 153 (60.16% from 255) = 49.2%

R = 16.4%
G = 34.41%
B = 49.2%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#336B99 (or 0x336B99) is known color: Lochmara. HEX triplet: 33, 6B and 99. RGB value is (51,107,153). Sum of RGB (Red+Green+Blue) = 51+107+153=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #336B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336B99 is #CC9466. Grayscale: #5F5F5F. Windows color (decimal): -13407335 or 10054451. OLE color: 10054451.

HSL color Cylindrical-coordinate representation of color #336B99: hue angle of 207.06º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #336B99 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 51 107 153 -
CMYK 0.67 0.30 0 0.4
HSL 207.06º 0.5% 0.4% -
HSV(B) 207.06º 0.67% 0.6% -
XYZ 12.37 13.52 32.09 -
YUV 95.5 160.45 96.26 -
System Red Green Blue C M Y K H S L
Decimal 51 107 153 0.67 0.30 0 0.4 207.06 0.5 0.4
Hex 33 6B 99 43 1E 0 28 CF 32 28
Octal 63 153 231 103 36 0 50 317 62 50
Binary 110011 1101011 10011001 1000011 11110 0 101000 11001111 110010 101000

Color Harmonies of #336B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336B99

Black with #336B99

Text Example


Text Example

White with #336B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,107,153); }

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

background-color css

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

 a { background-color: rgb(51,107,153); }

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

border-color css

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

 span { border-color: rgb(51,107,153); }

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