Html Css Color HEX #336994 Lochmara

📋 copy color: '#336994'

red 51 ◦ green 105 ◦ blue 148

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

Shades of Lochmara #336994

Tints of Lochmara #336994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.54%

 BLUE value IS 148 (58.2% from 255) = 48.68%

R = 16.78%
G = 34.54%
B = 48.68%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#336994 (or 0x336994) is known color: Lochmara. HEX triplet: 33, 69 and 94. RGB value is (51,105,148). Sum of RGB (Red+Green+Blue) = 51+105+148=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #336994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336994 is #CC966B. Grayscale: #5D5D5D. Windows color (decimal): -13407852 or 9726259. OLE color: 9726259.

HSL color Cylindrical-coordinate representation of color #336994: hue angle of 206.6º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #336994 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 105 148 -
CMYK 0.66 0.29 0 0.42
HSL 206.6º 0.49% 0.39% -
HSV(B) 206.6º 0.66% 0.58% -
XYZ 11.76 12.95 29.9 -
YUV 93.76 158.61 97.5 -
System Red Green Blue C M Y K H S L
Decimal 51 105 148 0.66 0.29 0 0.42 206.6 0.49 0.39
Hex 33 69 94 42 1D 0 2A CF 31 27
Octal 63 151 224 102 35 0 52 317 61 47
Binary 110011 1101001 10010100 1000010 11101 0 101010 11001111 110001 100111

Color Harmonies of #336994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336994

Black with #336994

Text Example


Text Example

White with #336994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336994; }

 p { color: rgb(51,105,148); }

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

background-color css

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

 a { background-color: rgb(51,105,148); }

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

border-color css

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

 span { border-color: rgb(51,105,148); }

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