Html Css Color HEX #336B9E Lochmara

📋 copy color: '#336B9E'

red 51 ◦ green 107 ◦ blue 158

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

Shades of Lochmara #336B9E

Tints of Lochmara #336B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 50%

R = 16.14%
G = 33.86%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#336B9E (or 0x336B9E) is known color: Lochmara. HEX triplet: 33, 6B and 9E. RGB value is (51,107,158). Sum of RGB (Red+Green+Blue) = 51+107+158=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #336B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336B9E is #CC9461. Grayscale: #5F5F5F. Windows color (decimal): -13407330 or 10382131. OLE color: 10382131.

HSL color Cylindrical-coordinate representation of color #336B9E: hue angle of 208.6º 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 #336B9E is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 107 158 -
CMYK 0.68 0.32 0 0.38
HSL 208.6º 0.51% 0.41% -
HSV(B) 208.6º 0.68% 0.62% -
XYZ 12.79 13.69 34.32 -
YUV 96.07 162.95 95.85 -
System Red Green Blue C M Y K H S L
Decimal 51 107 158 0.68 0.32 0 0.38 208.6 0.51 0.41
Hex 33 6B 9E 44 20 0 26 D1 33 29
Octal 63 153 236 104 40 0 46 321 63 51
Binary 110011 1101011 10011110 1000100 100000 0 100110 11010001 110011 101001

Color Harmonies of #336B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336B9E

Black with #336B9E

Text Example


Text Example

White with #336B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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