Html Css Color HEX #336593 Lochmara

📋 copy color: '#336593'

red 51 ◦ green 101 ◦ blue 147

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

Shades of Lochmara #336593

Tints of Lochmara #336593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.78%

 BLUE value IS 147 (57.81% from 255) = 49.16%

R = 17.06%
G = 33.78%
B = 49.16%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#336593 (or 0x336593) is known color: Lochmara. HEX triplet: 33, 65 and 93. RGB value is (51,101,147). Sum of RGB (Red+Green+Blue) = 51+101+147=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #336593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336593 is #CC9A6C. Grayscale: #5B5B5B. Windows color (decimal): -13408877 or 9659699. OLE color: 9659699.

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

Color convert

RGB 51 101 147 -
CMYK 0.65 0.31 0 0.42
HSL 208.75º 0.48% 0.39% -
HSV(B) 208.75º 0.65% 0.58% -
XYZ 11.29 12.12 29.35 -
YUV 91.29 159.44 99.26 -
System Red Green Blue C M Y K H S L
Decimal 51 101 147 0.65 0.31 0 0.42 208.75 0.48 0.39
Hex 33 65 93 41 1F 0 2A D1 30 27
Octal 63 145 223 101 37 0 52 321 60 47
Binary 110011 1100101 10010011 1000001 11111 0 101010 11010001 110000 100111

Color Harmonies of #336593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336593

Black with #336593

Text Example


Text Example

White with #336593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336593; }

 p { color: rgb(51,101,147); }

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

background-color css

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

 a { background-color: rgb(51,101,147); }

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

border-color css

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

 span { border-color: rgb(51,101,147); }

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